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