mirror of
https://github.com/github/codeql.git
synced 2026-08-02 16:32:58 +02:00
7 lines
201 B
Python
7 lines
201 B
Python
import commands
|
|
|
|
|
|
def test(codeql, java_full, kotlinc_2_3_20):
|
|
commands.run(["javac", "Test.java", "-d", "bin"])
|
|
codeql.database.create(command="kotlinc -language-version 1.9 user.kt -cp bin")
|