Files
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
145 B
Kotlin
Vendored

package test
expect class Foo {
fun <caret>bar()
}
// REF: [testModule_JVM] (in test.Foo).bar()
// REF: [testModule_JS] (in test.Foo).bar()