blob: 8d9986c0b270086c62697969a1c01aff442a8d50 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method f<T extends core::Object>() self::f::T
return null;
static method test() void {
do {
dynamic x = 0;
}
while (self::f<dynamic>())
}
static method main() dynamic {}