Skip to content

Commit 739247b

Browse files
committed
Fix outputs of i16723 after fixed error code id
1 parent 7c13450 commit 739247b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: tests/warn/i16723.check

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- [E195] Potential Issue Warning: tests/warn/i16723.scala:3:2 ---------------------------------------------------------
1+
-- [E197] Potential Issue Warning: tests/warn/i16723.scala:3:2 ---------------------------------------------------------
22
3 | new Object {} // warn
33
| ^
44
| New anonymous class definition will be duplicated at each inline site

Diff for: tests/warn/i16723a.check

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- [E195] Potential Issue Warning: tests/warn/i16723a.scala:5:38 -------------------------------------------------------
1+
-- [E197] Potential Issue Warning: tests/warn/i16723a.scala:5:38 -------------------------------------------------------
22
5 |inline given Converter[Int, String] = new Converter { // warn
33
| ^
44
| New anonymous class definition will be duplicated at each inline site

0 commit comments

Comments
 (0)