blob: 8b9f2be91c970d6e72ee0a8c0c242ed64867149c [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 {
self::C c = new self::C::•(() core::Null {});
}