4fba251fba
#KT-8467 Fixed
5 lines
49 B
Kotlin
Vendored
5 lines
49 B
Kotlin
Vendored
package source
|
|
|
|
interface T<X> {
|
|
var foo: X
|
|
} |