Rename: TypeConstructorMismatch -> ParameterConstraintError
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// !DIAGNOSTICS_NUMBER: 3
|
||||
// !DIAGNOSTICS: TYPE_INFERENCE_TYPE_CONSTRUCTOR_MISMATCH
|
||||
// !DIAGNOSTICS: TYPE_INFERENCE_PARAMETER_CONSTRAINT_ERROR
|
||||
|
||||
class A<T, R>
|
||||
fun <T, R> foo(a: A<T, R>) = a
|
||||
|
||||
Reference in New Issue
Block a user