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