JVM_IR KT-45697 reference classes from sources before IR generation
This commit is contained in:
committed by
TeamCityServer
parent
7d211d0d9a
commit
9bf7f3af04
+17
@@ -0,0 +1,17 @@
|
||||
// MODULE: lib
|
||||
// FILE: 2.kt
|
||||
fun a() = "OK"
|
||||
fun b() = a()
|
||||
|
||||
// FILE: 3.kt
|
||||
fun c() = b()
|
||||
|
||||
// MODULE: main(lib)
|
||||
// FILE: 1.kt
|
||||
fun d() = c()
|
||||
|
||||
fun box(): String = d()
|
||||
|
||||
// FILE: 2.kt
|
||||
fun a() = "OK"
|
||||
fun b() = a()
|
||||
Reference in New Issue
Block a user