@@ -257,6 +257,8 @@ longer explanation available when compiling with `-explain`
257257 | Note: a match type could not be fully reduced:
258258 |
259259 | trying to reduce Test.T9[(Nothing, String)]
260+ | failed since selector (Nothing, String)
261+ | is uninhabited (there are no values of that type).
260262
261263longer explanation available when compiling with `-explain`
262264-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:106:40 ----------------------------------------------------
@@ -268,6 +270,8 @@ longer explanation available when compiling with `-explain`
268270 | Note: a match type could not be fully reduced:
269271 |
270272 | trying to reduce Test.T9[(String, Nothing)]
273+ | failed since selector (String, Nothing)
274+ | is uninhabited (there are no values of that type).
271275
272276longer explanation available when compiling with `-explain`
273277-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:107:37 ----------------------------------------------------
@@ -279,6 +283,8 @@ longer explanation available when compiling with `-explain`
279283 | Note: a match type could not be fully reduced:
280284 |
281285 | trying to reduce Test.T9[(Int, Nothing)]
286+ | failed since selector (Int, Nothing)
287+ | is uninhabited (there are no values of that type).
282288
283289longer explanation available when compiling with `-explain`
284290-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:108:37 ----------------------------------------------------
@@ -290,6 +296,8 @@ longer explanation available when compiling with `-explain`
290296 | Note: a match type could not be fully reduced:
291297 |
292298 | trying to reduce Test.T9[(Nothing, Int)]
299+ | failed since selector (Nothing, Int)
300+ | is uninhabited (there are no values of that type).
293301
294302longer explanation available when compiling with `-explain`
295303-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:109:29 ----------------------------------------------------
0 commit comments