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