FIR2IR: don't generate default parameters for delegated members

#KT-55465 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-02-16 19:43:40 +01:00
committed by Space Team
parent b68a26865a
commit f7036aa79c
7 changed files with 2 additions and 9 deletions
@@ -1,7 +1,6 @@
// WITH_STDLIB
// IGNORE_LIGHT_ANALYSIS
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND_K2: JS_IR, NATIVE
// LANGUAGE: +InlineClassImplementationByDelegation
interface I {
@@ -1,7 +1,6 @@
// WITH_STDLIB
// IGNORE_LIGHT_ANALYSIS
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND_K2: JS_IR, NATIVE
// LANGUAGE: +InlineClassImplementationByDelegation, +GenericInlineClassParameter
interface I {