blob: d53156f0d273e277381ca3cb30d26bbc6b32aabd [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 {
do {
core::int x = 0;
}
while (self::f<core::bool>())
}
static method main() dynamic {}