blob: dfdf7a35858155f7426c7c97851e9729b3c5921d [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
: super core::Object::•()
;
method g() core::bool
return true;
}
static field dynamic x = self::f().g;
static method f() self::C
return null;
static method main() dynamic {}