blob: 7b8886e3247d2cbc08a1ec45bba800081c052e8e [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method topLevel([dynamic a = #C1]) → dynamic
return a;
static method main() dynamic {
core::print(self::topLevel());
}
constants {
#C1 = 42
}