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

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