JVM_IR: KT-40293 Box return type for DefaultImpls methods if required

This commit is contained in:
Dmitry Petrov
2020-07-31 10:59:21 +03:00
parent 034d5a948c
commit e11c90f26c
5 changed files with 24 additions and 10 deletions
@@ -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,7 +1,6 @@
// !JVM_DEFAULT_MODE: all-compatibility
// JVM_TARGET: 1.8
// WITH_RUNTIME
// IGNORE_BACKEND: JVM_IR
interface Base {
fun test(): Int? = 0
}