blob: 9195452f6f2ed83b469b8bd9d68bf9113b443f9a [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static field Never x = throw self::f<dynamic>();
static method f<T extends core::Object? = dynamic>() self::f::T%
return throw "";
static method g() void {
Never x = throw self::f<dynamic>();
}
static method main() dynamic {}