blob: 5f1da21619fcd1ca2133786b53c3f00666114ca9 [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<dynamic>()) {
dynamic x = 0;
}
}
static method main() dynamic {}