Files
kotlin-fork/idea/testData/navigation/implementations/multiModule/expectClass/jvm/jvm.kt
T
Alexey Sedunov 17abce2811 Misc: Support light-classless classes in inheritors search
In particular, support line markers for expect-classes
and navigation to expect-classes from their base class

 #KT-20329 Fixed
2017-10-24 15:43:51 +03:00

5 lines
109 B
Kotlin
Vendored

package test
actual open class ExpectedChild : SimpleParent()
class ExpectedChildChildJvm : ExpectedChild()