blob: 3bfd2e6d02b1f4c49ac954378d2eba3c77ef3688 [file] [log] [blame]
library test;
import self as self;
static field void x = self::f();
static method f() void {}
static method main() dynamic {
self::x;
}