Analysis API: introduce KtInitializerValue for initializer of KtPropertySymbol

This commit is contained in:
Ilya Kirillov
2021-11-19 17:22:14 +01:00
parent 02adb1924b
commit ba918d45a2
27 changed files with 176 additions and 281 deletions
@@ -38,7 +38,7 @@ KtKotlinPropertySymbol:
hasBackingField: true
hasGetter: true
hasSetter: false
initializer: 2
initializer: KtConstantInitializerValue(2)
isConst: false
isDelegatedProperty: false
isExtension: false