ee173077c0
#KT-12767 Fixed
5 lines
147 B
Kotlin
Vendored
5 lines
147 B
Kotlin
Vendored
open class A<T>()
|
|
class G<T>()
|
|
|
|
|
|
class B : A<<error descr="[WRONG_NUMBER_OF_TYPE_ARGUMENTS] One type argument expected for class G<T>">G</error>>() |