Files
kotlin-fork/compiler/testData/diagnostics/tests/callableReference/bound/noThisInSuperCall.fir.kt
T

4 lines
51 B
Kotlin
Vendored

open class A(val x: Any)
class B : A(this::class)