Add test for multi-platform find usages #KT-15665 Obsolete
+ perform minor AbstractFindUsagesTest refactoring
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
||||
// OPTIONS: usages
|
||||
|
||||
header fun <caret>boo(s: String)
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
[jvm.kt] Function call 4 boo("a")
|
||||
[jvm.kt] Function call 5 boo("b")
|
||||
Reference in New Issue
Block a user