Adapt CompileKotlinAgainstKotlin test to black box format
Rename/remove some obsolete test cases
This commit is contained in:
@@ -15,6 +15,7 @@ fun Outer.testExt() {
|
||||
Inner("test")
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun box(): String {
|
||||
Outer().testExt()
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user