blob: d3f72c26b924946a5cd91fe475896b4add903776 [file]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
function f() dynamic {
core::print("hello");
}
f.call();
}