cbcd35e2f5
Before this commit, Java tooltip was in use which could not work correctly with expect / actual classes So #KT-21011 Fixed
6 lines
658 B
Kotlin
Vendored
6 lines
658 B
Kotlin
Vendored
|
|
open class <lineMarker descr="<html><body>Is subclassed by<br> <a href="#kotlinClass/testModule_Common:ExpectedChild">ExpectedChild [testModule_Common]</a><br> <a href="#kotlinClass/testModule_JVM:ExpectedChild">ExpectedChild [testModule_JVM]</a><br> <a href="#kotlinClass/testModule_Common:SimpleChild">SimpleChild</a><br><div style='margin-top: 5px'><font size='2'>Click or press Ctrl+Alt+B to navigate</font></div></body</html>">SimpleParent</lineMarker>
|
|
|
|
expect class <lineMarker descr="Has actuals in JVM">ExpectedChild</lineMarker> : SimpleParent
|
|
|
|
class SimpleChild : SimpleParent() |