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:
committed by
Ilya Kirillov
parent
2763b58cdd
commit
e72dc7d0c9
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user