Simplify diagnostic when there are wrong number of type arguments
#KT-12767 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package name.that.may.be.very.long
|
||||
|
||||
import java.io.Serializable
|
||||
|
||||
interface Foo<T> : Comparable<Foo<T>>, Serializable, Cloneable
|
||||
|
||||
fun test(<warning>f</warning>: <error descr="[WRONG_NUMBER_OF_TYPE_ARGUMENTS] One type argument expected for interface Foo<T>">Foo</error>) {}
|
||||
Reference in New Issue
Block a user