blob: 29664427fcbb0f6991a68c3d8012ff5e6ff96a98 [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 {}