@@ -257,6 +257,8 @@ longer explanation available when compiling with `-explain`
257
257
| Note: a match type could not be fully reduced:
258
258
|
259
259
| trying to reduce Test.T9[(Nothing, String)]
260
+ | failed since selector (Nothing, String)
261
+ | is uninhabited (there are no values of that type).
260
262
261
263
longer explanation available when compiling with `-explain`
262
264
-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:106:40 ----------------------------------------------------
@@ -268,6 +270,8 @@ longer explanation available when compiling with `-explain`
268
270
| Note: a match type could not be fully reduced:
269
271
|
270
272
| trying to reduce Test.T9[(String, Nothing)]
273
+ | failed since selector (String, Nothing)
274
+ | is uninhabited (there are no values of that type).
271
275
272
276
longer explanation available when compiling with `-explain`
273
277
-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:107:37 ----------------------------------------------------
@@ -279,6 +283,8 @@ longer explanation available when compiling with `-explain`
279
283
| Note: a match type could not be fully reduced:
280
284
|
281
285
| trying to reduce Test.T9[(Int, Nothing)]
286
+ | failed since selector (Int, Nothing)
287
+ | is uninhabited (there are no values of that type).
282
288
283
289
longer explanation available when compiling with `-explain`
284
290
-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:108:37 ----------------------------------------------------
@@ -290,6 +296,8 @@ longer explanation available when compiling with `-explain`
290
296
| Note: a match type could not be fully reduced:
291
297
|
292
298
| trying to reduce Test.T9[(Nothing, Int)]
299
+ | failed since selector (Nothing, Int)
300
+ | is uninhabited (there are no values of that type).
293
301
294
302
longer explanation available when compiling with `-explain`
295
303
-- [E007] Type Mismatch Error: tests/neg/matchtype-seq.scala:109:29 ----------------------------------------------------
0 commit comments