mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Kotlin: file_classes consistency check now passes
This commit is contained in:
@@ -5,5 +5,4 @@ import java
|
||||
from Class c
|
||||
where file_class(c)
|
||||
and not exists(c.getAMember())
|
||||
and none() // TODO: This is currently broken
|
||||
select c
|
||||
|
||||
Reference in New Issue
Block a user