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 -
\ No newline at end of file diff --git a/idea/testData/diagnosticMessage/numberValueTypes2.html b/idea/testData/diagnosticMessage/numberValueTypes2.html index 4600bc9146e..bfe26fe7ddc 100644 --- a/idea/testData/diagnosticMessage/numberValueTypes2.html +++ b/idea/testData/diagnosticMessage/numberValueTypes2.html @@ -3,6 +3,14 @@ Type inference failed. Expected type mismatch: + + + + - - - -
+required: + +jet.Byte +
found: @@ -11,13 +19,5 @@ jet.Int
-required: - -jet.Byte -
\ No newline at end of file