Files
kotlin-fork/idea/testData/hierarchy/calls/callers/kotlinInterface/main0.kt
T
Alexey Sedunov 06cca689fc Call Hierarchy: Forbid interfaces
#EA-64406 Fixed
2015-08-19 23:26:15 +03:00

5 lines
56 B
Kotlin
Vendored

interface <caret>T
class A : T {
val t: T? = null
}