blob: ea5bd56063102ad2834adf4730f1c0b2650ed256 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
constructor •(() void func) void
: super core::Object::•() {}
}
static method main() dynamic {
dynamic c = new self::C::•(() dynamic {});
}