Merge boxMultiFile testData into box, delete BoxMultiFile test
This commit is contained in:
committed by
Alexander Udalov
parent
e115f80d6c
commit
16a0ddd2fb
+1
@@ -5,6 +5,7 @@ fun test2() {
|
||||
}
|
||||
|
||||
// FILE: main.kt
|
||||
// See KT-10690 Exception in kotlin.reflect when trying to get kotlinFunction from javaMethod
|
||||
|
||||
import kotlin.reflect.jvm.javaMethod
|
||||
import kotlin.reflect.jvm.kotlinFunction
|
||||
+1
-1
@@ -6,4 +6,4 @@ fun box() = a.x
|
||||
|
||||
package a
|
||||
|
||||
val x: String = "OK"
|
||||
internal val x: String = "OK"
|
||||
@@ -1,7 +0,0 @@
|
||||
// FILE: 1/box.kt
|
||||
|
||||
fun box() = box1() + "K"
|
||||
|
||||
// FILE: 2/box2.kt
|
||||
|
||||
fun box1() = "O"
|
||||
Reference in New Issue
Block a user