[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
@@ -22,7 +22,7 @@ KtBackingFieldSymbol:
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: true
|
||||
hasStableParameterNames: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: false
|
||||
isExtension: false
|
||||
isInline: false
|
||||
@@ -62,7 +62,7 @@ KtBackingFieldSymbol:
|
||||
callableIdIfNonLocal: null
|
||||
contextReceivers: []
|
||||
hasBody: true
|
||||
hasStableParameterNames: false
|
||||
hasStableParameterNames: true
|
||||
isDefault: false
|
||||
isExtension: false
|
||||
isInline: false
|
||||
|
||||
Reference in New Issue
Block a user