blob: 6c0756a91d28a982ec0037563880873fbbf53d8c [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 {}