blob: 6dceb8601bcc0987da1636d057b17932091092d6 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
import "dart:async" as asy;
class C extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
method call() void {}
}
static method main() dynamic {
asy::FutureOr<() void> x = new self::C::•().{self::C::call};
}