K2/LC: set hasBackingField to false for expect properties
#KT-61173 Fixed
This commit is contained in:
committed by
Space Team
parent
6b217369a8
commit
5ee50f50b5
+2
-2
@@ -232,7 +232,7 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
hasBackingField: true
|
||||
hasBackingField: false
|
||||
hasGetter: true
|
||||
hasSetter: false
|
||||
initializer: null
|
||||
@@ -381,7 +381,7 @@ KtKotlinPropertySymbol:
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
hasBackingField: true
|
||||
hasBackingField: false
|
||||
hasGetter: true
|
||||
hasSetter: true
|
||||
initializer: null
|
||||
|
||||
Reference in New Issue
Block a user