Merge boxMultiFile testData into box, delete BoxMultiFile test

This commit is contained in:
Alexander Udalov
2016-03-07 14:14:27 +03:00
committed by Alexander Udalov
parent e115f80d6c
commit 16a0ddd2fb
41 changed files with 234 additions and 269 deletions
@@ -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
@@ -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"