blob: a3d8939d8d9303c249e16c906dd5fe2a870cb6cf [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 dynamic x = self::f().g;
static method f() self::C
return null;
static method main() dynamic {}