mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
4 lines
222 B
Python
4 lines
222 B
Python
from create_database_utils import *
|
|
|
|
run_codeql_database_create(["kotlinc test1.kt", "kotlinc test2.kt -module-name mymodule", "kotlinc test3.kt -module-name reservedchars\\\"${}/", "javac User.java -cp ." ], lang="java")
|