Files
kotlin-fork/idea/testData/multiModuleLineMarker/actualDerived/jvm/jvm.kt
T
Mikhail Glukhikh cbcd35e2f5 Implement Kotlin sub-classes tooltip to handle MPP correctly
Before this commit, Java tooltip was in use which could not
work correctly with expect / actual classes
So #KT-21011 Fixed
2018-06-14 15:42:37 +03:00

3 lines
67 B
Kotlin
Vendored

// !CHECK_HIGHLIGHTING
actual class ExpectedChild : SimpleParent()