08b62d3564
Adjust test data Use new util in FindUsagesMultiModuleTest
8 lines
144 B
Kotlin
Vendored
8 lines
144 B
Kotlin
Vendored
package test
|
|
|
|
expect class Foo {
|
|
val <caret>bar: Int
|
|
}
|
|
|
|
// REF: [testModule_JVM] (in test.Foo).bar
|
|
// REF: [testModule_JS] (in test.Foo).bar |