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