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