08b62d3564
Adjust test data Use new util in FindUsagesMultiModuleTest
8 lines
165 B
Kotlin
Vendored
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) |