From fcb8b796c4bb4045745fc7046613e303b70b9dc2 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 2 Sep 2015 19:16:08 +0200 Subject: [PATCH] change expected testdata --- .../findUsages/kotlin/companionObject/javaUsage.results.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/idea/testData/findUsages/kotlin/companionObject/javaUsage.results.txt b/idea/testData/findUsages/kotlin/companionObject/javaUsage.results.txt index 21d9d17836d..79dabc16ce4 100644 --- a/idea/testData/findUsages/kotlin/companionObject/javaUsage.results.txt +++ b/idea/testData/findUsages/kotlin/companionObject/javaUsage.results.txt @@ -1,4 +1,3 @@ -Class static member access (5: 28) System.out.println(Foo.CONST); -Class static member access (6: 9) Foo.s(); -Unclassified usage (1: 15) import static Foo.*; +Unclassified usage (5: 32) System.out.println(Foo.CONST); +Unclassified usage (6: 13) Foo.s(); Unclassified usage (7: 13) Foo.Companion.f(); \ No newline at end of file