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

3 lines
33 B
Kotlin
Vendored

interface A {
constructor()
}