Rename: TypeConstructorMismatch -> ParameterConstraintError

This commit is contained in:
Svetlana Isakova
2015-07-08 12:07:28 +03:00
parent 016a8f69da
commit 722a49767a
141 changed files with 159 additions and 158 deletions
+1 -1
View File
@@ -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