-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
-- Warning: tests/neg-macros/i9570.scala:15:21 ------------------------------------------------------------------------- | ||
15 | case '{HCons(_,$t)} => // warn (in .check file) | ||
-- Error: tests/neg-macros/i9570.scala:15:21 --------------------------------------------------------------------------- | ||
15 | case '{HCons(_,$t)} => // error | ||
| ^ | ||
| Use of `_` for lambda in quoted pattern. Use explicit lambda instead or use `$_` to match any term. | ||
No warnings can be incurred under -Werror. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
-- Deprecation Warning: tests/neg-macros/macro-deprecation.scala:5:18 -------------------------------------------------- | ||
5 |inline def f = ${ impl } // warn (in .check file) | ||
-- Error: tests/neg-macros/macro-deprecation.scala:5:18 ---------------------------------------------------------------- | ||
5 |inline def f = ${ impl } // error | ||
| ^^^^ | ||
| method impl is deprecated | ||
No warnings can be incurred under -Werror. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters