Analysis API: introduce KtInitializerValue for initializer of KtPropertySymbol
This commit is contained in:
@@ -5,7 +5,7 @@ KtKotlinPropertySymbol:
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: false
|
||||
initializer: 10
|
||||
initializer: KtConstantInitializerValue(10)
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExtension: false
|
||||
|
||||
Reference in New Issue
Block a user