Files
Roman Golyshev de75297875 KT-66498 [AA] Add more tests for the isSubClassOf/isDirectSubClassOf
Also, reproduce the difference between the K1 and K2 implementation
of `isSubClassOf` for the same class
2024-03-13 16:31:41 +00:00

5 lines
81 B
Kotlin
Vendored

package test
open class <caret_super>Parent
class <caret_sub>MyClass : Parent()