Adapt CompileKotlinAgainstKotlin test to black box format
Rename/remove some obsolete test cases
This commit is contained in:
@@ -6,6 +6,7 @@ class A(val a: Int = 1)
|
||||
|
||||
// FILE: B.kt
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun box(): String {
|
||||
aaa.A()
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user