Files
kotlin-fork/compiler/testData/diagnostics/tests/secondaryConstructors/constructorInTrait.kt
T
2020-03-27 16:46:59 +03:00

4 lines
81 B
Kotlin
Vendored

// FIR_IDENTICAL
interface A {
<!CONSTRUCTOR_IN_INTERFACE!>constructor()<!>
}