c198c57e62
Some of the current renderer is fallbacking to `toString` and output the fully qualified class name with hash code.
8 lines
267 B
Kotlin
Vendored
8 lines
267 B
Kotlin
Vendored
package name.that.may.be.very.long
|
|
|
|
import java.io.Serializable
|
|
|
|
interface Foo<T> : Comparable<Foo<T>>, Serializable, Cloneable
|
|
|
|
fun test(f: <error descr="[WRONG_NUMBER_OF_TYPE_ARGUMENTS] One type argument expected for name/that/may/be/very/long/Foo">Foo</error>) {}
|