blob: 7469e19ddbe72ad2f46381c612e2507286a4fbfc [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 {}