blob: 6f9001b750d3613900629ae2bb37cd6f27237c13 [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());
}