blob: dd57bcff7f885c84103b785e9025e9345a66432d [file] [log] [blame]
f() {
var a, b, c;
a?.[b] = c;
a?[b] = c;
a ? [b] = c;
}