Unmuted passing tests

This commit is contained in:
Igor Chevdar
2019-01-31 14:58:18 +03:00
parent c257af31f4
commit 5b0d1bb6e4
3 changed files with 0 additions and 4 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_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,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
enum class Foo(
val x: String,
val callback: () -> String
-2
View File
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JVM_IR
interface Callback {
fun invoke(): String
}