mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
import javascript
|
|
|
|
from Stmt s
|
|
where s.hasSemicolonInserted()
|
|
select s
|