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