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