Skip to content

Commit

Permalink
Merge pull request #14336 from dotty-staging/fix-#14332
Browse files Browse the repository at this point in the history
Fix test output
  • Loading branch information
odersky authored Jan 24, 2022
2 parents 1595cae + 26c8630 commit 22b9b01
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compiler/test-resources/repl/i13208.scala
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
// scalac: -source:future -deprecation
scala> type M[X] = X match { case Int => String case _ => Int }
1 warning found
-- Deprecation Warning: --------------------------------------------------------
1 | type M[X] = X match { case Int => String case _ => Int }
| ^
| `_` is deprecated for wildcard arguments of types: use `?` instead
scala> type N[X] = X match { case List[_] => Int }
1 warning found
-- Deprecation Warning: --------------------------------------------------------
Expand Down

0 comments on commit 22b9b01

Please sign in to comment.