Mute failed jvm ir tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
val Int.getter: Int
|
||||
get() {
|
||||
return {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
val Int.getter: Int
|
||||
get() {
|
||||
val extFun: Int.() -> Int = {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
interface Base {
|
||||
fun foo(): Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user