blob: c944bdbd75706f2e4c07645e13546897f3ffde7c [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<core::int>;
}
static method main() dynamic {}