blob: 4c2e65293ea44754c936484014fe58c35a0a4316 [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};
}