From 1bb2eefcaa967d2e6e75bba06828d489390fc443 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Fri, 16 Oct 2020 14:53:41 +0300 Subject: [PATCH] Fix find usages test testdata adding FIR_COMPARISON directive --- .../kotlinTraitImplThroughDelegate.results.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/testData/findUsages/kotlin/internal/findFunctionUsages/kotlinTraitImplThroughDelegate.results.txt b/idea/testData/findUsages/kotlin/internal/findFunctionUsages/kotlinTraitImplThroughDelegate.results.txt index e2e8d26e09c..48f73b7af93 100644 --- a/idea/testData/findUsages/kotlin/internal/findFunctionUsages/kotlinTraitImplThroughDelegate.results.txt +++ b/idea/testData/findUsages/kotlin/internal/findFunctionUsages/kotlinTraitImplThroughDelegate.results.txt @@ -1 +1 @@ -Function call 11 fun test(twdwi: TraitWithDelegatedWithImpl) = twdwi.foo() \ No newline at end of file +Function call 12 fun test(twdwi: TraitWithDelegatedWithImpl) = twdwi.foo() \ No newline at end of file