blob: db47da772b624df6955f996f3f14bdde9ed766ba [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
default 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 {}