blob: 4cbb44833187568fa3563bf62c9d57fdb6b821af [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.call());
}