Ignored/fixed some tests for Kotlin/Native
This commit is contained in:
+1
-5
@@ -6,10 +6,6 @@ fun foo() : String {
|
||||
return u()
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
foo()
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return foo()
|
||||
return foo()
|
||||
}
|
||||
Reference in New Issue
Block a user