diff --git a/idea/testData/diagnosticMessage/numberValueTypes1.html b/idea/testData/diagnosticMessage/numberValueTypes1.html index ac6dc6274a2..5b15bb37944 100644 --- a/idea/testData/diagnosticMessage/numberValueTypes1.html +++ b/idea/testData/diagnosticMessage/numberValueTypes1.html @@ -3,6 +3,14 @@ Type inference failed. Expected type mismatch:
| +required: | ++ +jet.Int + | +
| found: | @@ -11,13 +19,5 @@ jet.Long |
| -required: | -- -jet.Int - | -