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