Analysis API: introduce KtInitializerValue for initializer of KtPropertySymbol
This commit is contained in:
+2
-2
@@ -29,7 +29,7 @@ KtKotlinPropertySymbol:
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: false
|
||||
initializer: 123
|
||||
initializer: KtConstantInitializerValue(123)
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExtension: false
|
||||
@@ -73,7 +73,7 @@ KtKotlinPropertySymbol:
|
||||
hasBackingField: true
|
||||
hasGetter: true
|
||||
hasSetter: false
|
||||
initializer: KtUnsupportedConstantValue
|
||||
initializer: KtNonConstantInitializerValue(object : Runnable { ...)
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExtension: false
|
||||
|
||||
Reference in New Issue
Block a user