mirror of
https://github.com/github/codeql.git
synced 2026-02-23 02:13:41 +01:00
5 lines
152 B
Python
5 lines
152 B
Python
from create_database_utils import *
|
|
|
|
runSuccessfully([get_cmd("kotlinc"), 'A.kt'])
|
|
run_codeql_database_create(['kotlinc -cp . B.kt C.kt'], lang="java")
|