17abce2811
In particular, support line markers for expect-classes and navigation to expect-classes from their base class #KT-20329 Fixed
5 lines
109 B
Kotlin
Vendored
5 lines
109 B
Kotlin
Vendored
package test
|
|
|
|
actual open class ExpectedChild : SimpleParent()
|
|
|
|
class ExpectedChildChildJvm : ExpectedChild() |