blob: 2639877a4c536264e4a8772e927eed6573778889 [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 {
core::int* x = 0;
}
while (self::f<core::bool*>())
}
static method main() dynamic {}