Files
kotlin-fork/compiler/testData/diagnostics/tests/secondaryConstructors/superAnyNonEmpty.fir.kt
T

5 lines
104 B
Kotlin
Vendored

// !DIAGNOSTICS: -UNUSED_PARAMETER
class A {
constructor(): <!INAPPLICABLE_CANDIDATE!>super<!>(1)
}