Skip to content

Commit 22b9b01

Browse files
authored
Merge pull request #14336 from dotty-staging/fix-#14332
Fix test output
2 parents 1595cae + 26c8630 commit 22b9b01

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/test-resources/repl/i13208.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
// scalac: -source:future -deprecation
22
scala> type M[X] = X match { case Int => String case _ => Int }
3-
1 warning found
4-
-- Deprecation Warning: --------------------------------------------------------
5-
1 | type M[X] = X match { case Int => String case _ => Int }
6-
| ^
7-
| `_` is deprecated for wildcard arguments of types: use `?` instead
83
scala> type N[X] = X match { case List[_] => Int }
94
1 warning found
105
-- Deprecation Warning: --------------------------------------------------------

0 commit comments

Comments
 (0)