mirror of
https://github.com/github/codeql.git
synced 2026-07-15 16:29:39 +02:00
7 lines
202 B
Python
7 lines
202 B
Python
import commands
|
|
|
|
|
|
def test(codeql, java_full, kotlinc_2_3_20):
|
|
commands.run("kotlinc -language-version 1.9 A.kt")
|
|
codeql.database.create(command="kotlinc -cp . -language-version 1.9 B.kt C.kt")
|