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