Test for KT-17512 (yet with incorrect results)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
boo("a")
|
||||
boo("b")
|
||||
}
|
||||
|
||||
expect fun boo(s: String)
|
||||
@@ -0,0 +1,4 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
||||
// OPTIONS: usages
|
||||
|
||||
actual fun <caret>boo(s: String) {}
|
||||
Reference in New Issue
Block a user