08b62d3564
Adjust test data Use new util in FindUsagesMultiModuleTest
13 lines
327 B
Kotlin
Vendored
13 lines
327 B
Kotlin
Vendored
package test
|
|
|
|
open class SimpleParent
|
|
|
|
expect open class <caret>ExpectedChild : SimpleParent
|
|
|
|
class ExpectedChildChild : ExpectedChild()
|
|
|
|
class SimpleChild : SimpleParent()
|
|
|
|
// REF: [testModule_Common] (test).ExpectedChildChild
|
|
// REF: [testModule_JVM] (test).ExpectedChild
|
|
// REF: [testModule_JVM] (test).ExpectedChildChildJvm |