blob: 26274da127605f4e3d67a0216b710311f8679dff [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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 {}