ULC: use special name for default setter parameter

to match the name appeared at LVT in compiler-generated JVM bytecode
This commit is contained in:
Jinseong Jeon
2022-04-12 12:41:42 +02:00
committed by Ilya Kirillov
parent 2763b58cdd
commit e72dc7d0c9
@@ -514,7 +514,7 @@ internal class UltraLightMembersCreator(
) )
else else
KtUltraLightParameterForSetterParameter( KtUltraLightParameterForSetterParameter(
name = DEFAULT_VALUE_PARAMETER.identifier, name = SpecialNames.IMPLICIT_SET_PARAMETER.asString(),
property = declaration, property = declaration,
support = support, support = support,
method = setterWrapper, method = setterWrapper,