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