blob: d8d638c940d7bdd13d922463a6430b2999b2b327 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
final field core::int x;
constructor •() self::C
: self::C::x = self::f<core::int>(), super core::Object::•()
;
}
static method f<T extends core::Object? = dynamic>() self::f::T%
return throw "";
static method main() dynamic {}