Unmute several tests, mute one

This commit is contained in:
Georgy Bronnikov
2018-11-23 14:02:54 +03:00
parent 7df0cffac9
commit c3352d5fdb
25 changed files with 2 additions and 24 deletions
+2
View File
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: JVM_IR
interface Callback {
fun invoke(): String
}