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

5 lines
82 B
Kotlin
Vendored

// FIR_IDENTICAL
open class A(val x: Any)
class B : A(<!NO_THIS!>this<!>::class)