blob: 84a51f429924fb3bb98c08c9c5c902d9ada69ccc [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 {}