blob: c90556c50825f4f2728c95f773c4e0ed9a692090 [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::•().{self::C::call};
}