17abce2811
In particular, support line markers for expect-classes and navigation to expect-classes from their base class #KT-20329 Fixed
9 lines
240 B
Kotlin
Vendored
9 lines
240 B
Kotlin
Vendored
package test
|
|
|
|
open class <lineMarker>SimpleParent</lineMarker>
|
|
|
|
expect open class <lineMarker><lineMarker>ExpectedChild</lineMarker></lineMarker> : SimpleParent
|
|
|
|
class ExpectedChildChild : ExpectedChild()
|
|
|
|
class SimpleChild : SimpleParent() |