[Analysis API] update testdata after adding isNoinline/isCrossinline to the KtValueParameterSymbol
This commit is contained in:
+2
@@ -4,8 +4,10 @@ KtValueParameterSymbol:
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: false
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: it
|
||||
origin: SOURCE
|
||||
|
||||
+2
@@ -4,8 +4,10 @@ KtValueParameterSymbol:
|
||||
contextReceivers: []
|
||||
generatedPrimaryConstructorProperty: null
|
||||
hasDefaultValue: false
|
||||
isCrossinline: false
|
||||
isExtension: false
|
||||
isImplicitLambdaParameter: true
|
||||
isNoinline: false
|
||||
isVararg: false
|
||||
name: it
|
||||
origin: SOURCE_MEMBER_GENERATED
|
||||
|
||||
Reference in New Issue
Block a user