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