blob: 6fc753232a9ce6c07d5a6d315b94d43f8d471a89 [file] [log] [blame]
library;
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});
}