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