From fe9c0e584fb9d7f7e55ab5242fdb5c38dbc51b7e Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Wed, 3 Feb 2021 11:13:37 +0100 Subject: [PATCH] FIR IDE: update test data --- .../resolveCall/simpleCallWithNonMatchingArgs.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/idea-frontend-fir/testData/analysisSession/resolveCall/simpleCallWithNonMatchingArgs.kt b/idea/idea-frontend-fir/testData/analysisSession/resolveCall/simpleCallWithNonMatchingArgs.kt index d545781d068..3202a54f56b 100644 --- a/idea/idea-frontend-fir/testData/analysisSession/resolveCall/simpleCallWithNonMatchingArgs.kt +++ b/idea/idea-frontend-fir/testData/analysisSession/resolveCall/simpleCallWithNonMatchingArgs.kt @@ -4,4 +4,4 @@ fun x() { fun foo(){} -// CALL: KtFunctionCall: targetFunction = ERR \ No newline at end of file +// CALL: KtFunctionCall: targetFunction = ERR \ No newline at end of file