Rename: TypeConstructorMismatch -> ParameterConstraintError
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class Foo {
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
<!TYPE_INFERENCE_TYPE_CONSTRUCTOR_MISMATCH!>with<!>("", <!TYPE_MISMATCH!>{
|
||||
<!TYPE_INFERENCE_PARAMETER_CONSTRAINT_ERROR!>with<!>("", <!TYPE_MISMATCH!>{
|
||||
Foo.<!MISSING_RECEIVER, TYPE_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>findByName<!>("")
|
||||
}<!>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user