blob: eae3186c227e309f3bc0a48eb113d14d4e35fecb [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 {}