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
This commit is contained in:
Mikhail Glukhikh
2018-06-09 13:29:13 +03:00
parent 90b6f369e0
commit cbcd35e2f5
13 changed files with 114 additions and 6 deletions
@@ -0,0 +1,3 @@
// !CHECK_HIGHLIGHTING
actual class ExpectedChild : SimpleParent()