mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
13 lines
86 B
JavaScript
13 lines
86 B
JavaScript
a1?.b1;
|
|
|
|
a2?.[x2];
|
|
|
|
a3?.b3();
|
|
|
|
a4?.();
|
|
|
|
o5?.3:2;
|
|
|
|
a6?.b6[x6].c6?.(y6).d6;
|
|
|
|
delete a?.b |