blob: 3b09e8e6fbe628a4705399c9dd3d7d3b12f7c3a8 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static field () core::int x = () core::int {
core::int y = 42;
return y;
};
static method main() dynamic {
core::print(self::x(){() core::int});
}