Skip to content

Commit 285ff54

Browse files
authored
Merge pull request github#11052 from igfoo/igfoo/default-parameter-mad-flow
Kotlin: Run default-parameter-mad-flow on all platforms
2 parents 60fe5d6 + 067704a commit 285ff54

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from create_database_utils import *
22
import subprocess
33

4-
subprocess.check_call(["kotlinc", "lib.kt", "-d", "lib"])
4+
subprocess.check_call([get_cmd("kotlinc"), "lib.kt", "-d", "lib"])
55
run_codeql_database_create(["kotlinc user.kt -cp lib"], lang="java")

0 commit comments

Comments
 (0)