mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Kotlin: Add an empty test
This commit is contained in:
0
java/ql/test/kotlin/library-tests/empty/Empty.kt
Normal file
0
java/ql/test/kotlin/library-tests/empty/Empty.kt
Normal file
@@ -0,0 +1,2 @@
|
||||
| Empty.kt:0:0:0:0 | Empty | CompilationUnit |
|
||||
| file://:0:0:0:0 | | Package |
|
||||
4
java/ql/test/kotlin/library-tests/empty/elements.ql
Normal file
4
java/ql/test/kotlin/library-tests/empty/elements.ql
Normal file
@@ -0,0 +1,4 @@
|
||||
import java
|
||||
|
||||
from Element e
|
||||
select e, e.getPrimaryQlClasses()
|
||||
Reference in New Issue
Block a user