mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Java models-as-data: infer Kotlin $default models from that of its parent function
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from create_database_utils import *
|
||||
import subprocess
|
||||
|
||||
subprocess.check_call(["kotlinc", "lib.kt", "-d", "lib"])
|
||||
run_codeql_database_create(["kotlinc user.kt -cp lib"], lang="java")
|
||||
Reference in New Issue
Block a user