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

12 lines
148 B
Kotlin
Vendored

package p
interface I1
interface I2
interface I3
interface KotlinTrait<T1, T2>
class KotlinInheritor<T> : KotlinTrait<T, T>
// ALLOW_AST_ACCESS