Files
kotlin-fork/compiler/testData/diagnostics/tests/secondaryConstructors/constructorInTrait.kt
T
2015-10-12 14:36:38 +03:00

3 lines
64 B
Kotlin
Vendored

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