Files
kotlin-fork/compiler/testData/diagnostics/tests/callableReference/bound/noThisInSuperCall.kt
T
Alexander Udalov 7b8ee5fba1 Add test case for obsolete issue
#KT-13172 Fixed
2016-08-15 19:41:47 +03:00

4 lines
65 B
Kotlin
Vendored

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