blob: 258ba0e86e4e4147b68efd1911f3994f29ab8498 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method test(<T extends core::Object>(T) T f) void {
(core::int) core::int func;
func = f.call;
}
static method main() dynamic {}