blob: 487fec14254076e329efe9c49362831b36b9cbfc [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
function f<T extends core::Object* = dynamic>(core::List<T*>* l) T*
return l.{core::List::[]}(0);
core::int* x = f.call<core::int*>(<core::int*>[0]);
}