Files
kotlin-fork/idea/idea-completion/testData/smartMultiFile/GenericInheritors4/KotlinInheritors.kt
T
2015-09-22 15:00:24 +02:00

11 lines
134 B
Kotlin
Vendored

package p
interface I1<T>
interface I2
interface KotlinTrait<T>
class KotlinInheritor<T> : KotlinTrait<I1<T>>
// ALLOW_AST_ACCESS