blob: 28090580d974ec5ef36465152b3b77bfc96c5568 [file] [log] [blame]
f() {
var a, b;
a?.call(b);
a?(b);
}