Files
kotlin-fork/compiler/testData/diagnostics/tests/secondaryConstructors/constructorInTrait.kt
T
2015-05-12 19:43:17 +02:00

3 lines
60 B
Kotlin

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