mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
13 lines
205 B
JavaScript
13 lines
205 B
JavaScript
async(...null);
|
|
|
|
null?async():null;
|
|
|
|
switch(null){case async():};
|
|
|
|
for(new null(null in null);;);
|
|
|
|
for(var[l=null in null]in null);
|
|
|
|
for(`${null in null}`;;);
|
|
|
|
for(var{async=null in null}of null); // #873
|