blob: 6e1163b931ce4c712659ff18b2014a364b4ed8e5 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method topLevel([dynamic a = 42]) dynamic
return a;
static method main() dynamic {
core::print(self::topLevel(42));
}