From 1906a41d9a1048c3519fbe23d7938f8641a5bcfb Mon Sep 17 00:00:00 2001 From: Anna Kozlova Date: Tue, 22 Nov 2022 13:30:54 +0100 Subject: [PATCH] fix testdata after merge --- .../symbols/symbolByPsi/typeParameters.descriptors.txt | 4 ++-- .../testData/symbols/symbolByPsi/typeParameters.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/typeParameters.descriptors.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/typeParameters.descriptors.txt index f7b2bf0fcb1..f771d4c39ec 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/typeParameters.descriptors.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/typeParameters.descriptors.txt @@ -17,7 +17,7 @@ KtLocalVariableSymbol: isVal: true name: x origin: SOURCE - receiverType: null + receiverParameter: null returnType: kotlin/Int symbolKind: LOCAL typeParameters: [] @@ -41,7 +41,7 @@ KtFunctionSymbol: modality: FINAL name: f origin: SOURCE - receiverType: null + receiverParameter: null returnType: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: [] diff --git a/analysis/analysis-api/testData/symbols/symbolByPsi/typeParameters.txt b/analysis/analysis-api/testData/symbols/symbolByPsi/typeParameters.txt index 894d19f6843..b4c6aa2ca55 100644 --- a/analysis/analysis-api/testData/symbols/symbolByPsi/typeParameters.txt +++ b/analysis/analysis-api/testData/symbols/symbolByPsi/typeParameters.txt @@ -19,7 +19,7 @@ KtLocalVariableSymbol: isVal: true name: x origin: SOURCE - receiverType: null + receiverParameter: null returnType: kotlin/Int symbolKind: LOCAL typeParameters: [] @@ -43,7 +43,7 @@ KtFunctionSymbol: modality: FINAL name: f origin: SOURCE - receiverType: null + receiverParameter: null returnType: kotlin/Unit symbolKind: TOP_LEVEL typeParameters: []