Implement search from expect element in KotlinReferenceSearcher
So mostly #KT-17512 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
||||
// OPTIONS: usages
|
||||
// OPTIONS: usages, expected
|
||||
|
||||
actual fun <caret>boo(s: String) {}
|
||||
@@ -0,0 +1,2 @@
|
||||
[common.kt] Function call 2 boo("a")
|
||||
[common.kt] Function call 3 boo("b")
|
||||
Reference in New Issue
Block a user