9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
library test;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
static method main() → dynamic {
|
|
core::int a = 0;
|
|
core::int b = a;
|
|
}
|