Update tests

This commit is contained in:
Roman Artemev
2018-08-02 19:48:23 +03:00
committed by romanart
parent e6b8ade096
commit 8a871b3f0c
70 changed files with 19 additions and 58 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
var result = ""
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// KT-4423 Enum with function not compiled
enum class Sign(val str: String, val func: (x: Int, y: Int) -> Int){
-1
View File
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
enum class Foo(
val x: String,
val callback: () -> String
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
interface Callback {
fun invoke(): String
}