Adapt CompileKotlinAgainstKotlin test to black box format
Rename/remove some obsolete test cases
This commit is contained in:
@@ -14,7 +14,7 @@ interface ClassA {
|
||||
|
||||
import pkg.ClassA
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun box(): String {
|
||||
val obj = ClassA.DEFAULT
|
||||
obj.toString()
|
||||
return obj.toString()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user