[AA] update test data after adding properties to callable symbols
KT-54846
This commit is contained in:
committed by
teamcity
parent
fe4ca30c55
commit
1c472c2751
+4
@@ -15,7 +15,9 @@ KtFunctionSymbol:
|
||||
contextReceivers: []
|
||||
contractEffects: []
|
||||
hasStableParameterNames: true
|
||||
isActual: false
|
||||
isBuiltinFunctionInvoke: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isExternal: false
|
||||
isInfix: false
|
||||
@@ -87,8 +89,10 @@ KtKotlinPropertySymbol:
|
||||
hasGetter: true
|
||||
hasSetter: false
|
||||
initializer: KtConstantInitializerValue(2)
|
||||
isActual: false
|
||||
isConst: false
|
||||
isDelegatedProperty: false
|
||||
isExpect: false
|
||||
isExtension: false
|
||||
isFromPrimaryConstructor: false
|
||||
isLateInit: false
|
||||
|
||||
Reference in New Issue
Block a user