Minor, delete obsolete test data
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
package foo
|
|
||||||
|
|
||||||
fun main(args : Array<String>) {}
|
|
||||||
Binary file not shown.
@@ -1,8 +0,0 @@
|
|||||||
package foo
|
|
||||||
|
|
||||||
import js.*
|
|
||||||
|
|
||||||
fun main(args : Array<String>) {
|
|
||||||
val c = 4 + libf()
|
|
||||||
c == 2
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
package foo
|
|
||||||
|
|
||||||
fun f() : Boolean {
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
fun main(args : Array<String>) {
|
|
||||||
val t = 0
|
|
||||||
if (t != null) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
package foo
|
|
||||||
|
|
||||||
fun main(args : Array<String>) {}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
package foo
|
|
||||||
|
|
||||||
fun f() : Boolean {
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
package foo
|
|
||||||
|
|
||||||
fun f(s : String) {
|
|
||||||
s!!
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
public interface TestTrait {
|
|
||||||
public fun f()
|
|
||||||
}
|
|
||||||
|
|
||||||
class Test: TestTrait {
|
|
||||||
fun f() = 12
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user