Files
kotlin-fork/compiler/testData/diagnostics/tests/secondaryConstructors/constructorInTrait.kt
T
2015-06-02 14:07:49 +03:00

3 lines
60 B
Kotlin
Vendored

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