mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
12 lines
91 B
JavaScript
12 lines
91 B
JavaScript
if (true)
|
|
;
|
|
if (b)
|
|
;
|
|
else
|
|
;
|
|
switch (b) {
|
|
case 23:
|
|
case c:
|
|
break;
|
|
default:
|
|
} |