Add test for multi-platform find usages #KT-15665 Obsolete

+ perform minor AbstractFindUsagesTest refactoring
This commit is contained in:
Mikhail Glukhikh
2017-04-20 17:52:57 +03:00
parent 4e8fe18ca8
commit 247a571f51
7 changed files with 255 additions and 137 deletions
@@ -0,0 +1,4 @@
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
// OPTIONS: usages
header fun <caret>boo(s: String)
@@ -0,0 +1,2 @@
[jvm.kt] Function call 4 boo("a")
[jvm.kt] Function call 5 boo("b")