blob: 71086262b3c6d2028edd849aa7be9b12a812f7fb [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 call() void {}
}
static method main() dynamic {
() void x = new self::C::•();
}