Misc: Support light-classless classes in inheritors search
In particular, support line markers for expect-classes and navigation to expect-classes from their base class #KT-20329 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
package test
|
||||
|
||||
actual open class ExpectedChild : SimpleParent()
|
||||
|
||||
class ExpectedChildChildJvm : ExpectedChild()
|
||||
Reference in New Issue
Block a user