JVM_IR: KT-40293 Box return type for DefaultImpls methods if required
This commit is contained in:
-1
@@ -1,7 +1,6 @@
|
||||
// !JVM_DEFAULT_MODE: all-compatibility
|
||||
// JVM_TARGET: 1.8
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
interface Base {
|
||||
fun test(): Int? = 0
|
||||
|
||||
-1
@@ -1,7 +1,6 @@
|
||||
// !JVM_DEFAULT_MODE: all-compatibility
|
||||
// JVM_TARGET: 1.8
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
interface Base {
|
||||
fun test(): Int? = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user