blob: a576ab013e4e5b804598f12f2e1075d12e8f5c90 [file] [log] [blame]
library /*isNonNullableByDefault*/;
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
}