blob: d7439276b0c487441a84ad0efb586ebd36dfc680 [file] [log] [blame]
library test;
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 {}