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