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