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

4 lines
110 B
Kotlin
Vendored

open class A
open class B
interface C : <!TRAIT_WITH_SUPERCLASS!>A<!>, <!MANY_CLASSES_IN_SUPERTYPE_LIST!>B<!>