Skip to content

Commit 26c8630

Browse files
committed
Fix test output
The warning was removed in #12261 Fixes #14332
1 parent 26dbd77 commit 26c8630

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)