We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4df8c commit 067704aCopy full SHA for 067704a
java/ql/integration-tests/all-platforms/kotlin/default-parameter-mad-flow/test.py
@@ -1,5 +1,5 @@
1
from create_database_utils import *
2
import subprocess
3
4
-subprocess.check_call(["kotlinc", "lib.kt", "-d", "lib"])
+subprocess.check_call([get_cmd("kotlinc"), "lib.kt", "-d", "lib"])
5
run_codeql_database_create(["kotlinc user.kt -cp lib"], lang="java")
0 commit comments