[AA] make consistent hasStableParameterNames for setter and getter
^KT-54311
This commit is contained in:
committed by
Space Team
parent
ba7d340090
commit
3c9fb5db27
+2
-2
@@ -11,7 +11,7 @@ KtValueParameterSymbol:
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
@@ -87,7 +87,7 @@ KtConstructorSymbol:
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: false
|
||||
hasStableParameterNames: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: true
|
||||
isExtension: false
|
||||
isInline: false
|
||||
|
||||
Reference in New Issue
Block a user