mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Kotlin: Autoformat QL
This commit is contained in:
@@ -3,6 +3,7 @@ import java
|
||||
// File classes should only be extracted if we need somewhere to
|
||||
// put top-level members.
|
||||
from Class c
|
||||
where file_class(c)
|
||||
and not exists(c.getAMember())
|
||||
where
|
||||
file_class(c) and
|
||||
not exists(c.getAMember())
|
||||
select c
|
||||
|
||||
Reference in New Issue
Block a user