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