Adapt CompileKotlinAgainstKotlin test to black box format
Rename/remove some obsolete test cases
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// FILE: A.kt
|
||||
|
||||
package aaa
|
||||
|
||||
import kotlin.jvm.*
|
||||
|
||||
public object TestObject {
|
||||
@JvmStatic
|
||||
public val test: String = "OK"
|
||||
}
|
||||
|
||||
// FILE: B.kt
|
||||
|
||||
fun box(): String {
|
||||
return aaa.TestObject.test
|
||||
}
|
||||
Reference in New Issue
Block a user