library test /*isNonNullableByDefault*/; | |
import self as self; | |
import "dart:core" as core; | |
class C extends core::Object { | |
constructor •(() → void func) → self::C | |
: super core::Object::•() {} | |
} | |
static method main() → dynamic { | |
self::C c = new self::C::•(() → void {}); | |
} |