Files
kotlin-fork/compiler/testData/diagnostics/tests/thisAndSuper/ambigousLabelOnThis.fir.kt
T

5 lines
51 B
Kotlin
Vendored

class Dup {
fun Dup() : Unit {
this@Dup
}
}