[Analysis API] update testdata after adding isNoinline/isCrossinline to the KtValueParameterSymbol
This commit is contained in:
+6
@@ -22,8 +22,10 @@ KtValueParameterSymbol:
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: x
|
||||
origin: SOURCE
|
||||
@@ -60,8 +62,10 @@ KtValueParameterSymbol:
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: y
|
||||
origin: SOURCE
|
||||
@@ -78,8 +82,10 @@ KtValueParameterSymbol:
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: z
|
||||
origin: SOURCE
|
||||
|
||||
Reference in New Issue
Block a user