Mute failed jvm ir tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
class MyString {
|
||||
var s = ""
|
||||
operator fun plus(x : String) : MyString {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
fun <T, R> io(s: R, a: (R) -> T): T {
|
||||
try {
|
||||
return a(s)
|
||||
|
||||
Reference in New Issue
Block a user