Support delegation by interface for inline classes in FIR

#KT-27435 Fixed
This commit is contained in:
Ilmir Usmanov
2021-12-07 18:25:50 +01:00
parent bb53ba4a2e
commit f95cba0ec3
5 changed files with 13 additions and 7 deletions
@@ -1,7 +1,6 @@
// WITH_STDLIB
// IGNORE_LIGHT_ANALYSIS
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// LANGUAGE: +InlineClassImplementationByDelegation
interface I {
@@ -1,7 +1,6 @@
// WITH_STDLIB
// IGNORE_LIGHT_ANALYSIS
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// LANGUAGE: +InlineClassImplementationByDelegation
interface I {
@@ -1,7 +1,6 @@
// WITH_STDLIB
// IGNORE_LIGHT_ANALYSIS
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// LANGUAGE: +InlineClassImplementationByDelegation
interface I {