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) {}
|
||||
@@ -22,6 +22,11 @@ import java.io.File
|
||||
|
||||
class FindUsagesMultiModuleTest : AbstractFindUsagesMultiModuleTest() {
|
||||
|
||||
@Test
|
||||
fun testFindCommonFromActual() {
|
||||
doTest()
|
||||
}
|
||||
|
||||
@Test
|
||||
fun testFindImplFromHeader() {
|
||||
doTest()
|
||||
|
||||
Reference in New Issue
Block a user