blob: f9f081c1a383e1c4680953f9229713d59970ba10 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
function f() Null {
core::print("hello");
}
f(){() Null};
}