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