blob: 72c87c6b7492d1632ee38b0c4347cb0772476b4b [file] [log] [blame]
f() {
var a, b;
a?.call<Foo>(b);
a?<Foo>(b);
}