de75297875
Also, reproduce the difference between the K1 and K2 implementation of `isSubClassOf` for the same class
7 lines
123 B
Kotlin
Vendored
7 lines
123 B
Kotlin
Vendored
package test
|
|
|
|
open class <caret_super>GrandParent()
|
|
|
|
open class Parent : GrandParent()
|
|
|
|
class <caret_sub>MyClass : Parent() |