c198c57e62
Some of the current renderer is fallbacking to `toString` and output the fully qualified class name with hash code.
6 lines
148 B
Kotlin
Vendored
6 lines
148 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>>()
|