[Analysis API Standalone] fix common code analysis against a klib

^KT-63007 fixed
This commit is contained in:
Ilya Kirillov
2023-10-30 17:48:33 +01:00
committed by Space Team
parent a3bfe58415
commit 834927a901
6 changed files with 85 additions and 8 deletions
@@ -0,0 +1,5 @@
import commonKLib.commonKLibFunction
fun main() {
commonKLibFunction("aaa")
}