Files
kotlin-fork/idea/testData/navigation/implementations/multiModule/suspendFunImpl/common/common.kt
T
Pavel V. Talanov 08b62d3564 Rewrite 'goto' mpp tests to be generated
Adjust test data
Use new util in FindUsagesMultiModuleTest
2018-04-04 17:56:34 +02:00

8 lines
165 B
Kotlin
Vendored

package test
interface I {
suspend fun <caret>foo(s: String)
}
// REF: [testModule_JS] (in test.C).foo(String)
// REF: [testModule_JVM] (in test.C).foo(String)