blob: 9a665703bdd4256ee0f6ae753f1102ed1796a8db [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method f<T extends core::Object? = dynamic>() self::f::T%
return throw "";
static method test() void {
while (self::f<core::bool>()) {
core::int x = 0;
}
}
static method main() dynamic {}