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