06cca689fc
#EA-64406 Fixed
5 lines
56 B
Kotlin
Vendored
5 lines
56 B
Kotlin
Vendored
interface <caret>T
|
|
|
|
class A : T {
|
|
val t: T? = null
|
|
} |