Skip to content

Commit a7b7de1

Browse files
committed
Add error code to expected test output
1 parent bde33f0 commit a7b7de1

File tree

1 file changed

+1
-1
lines changed
  • compiler/test-resources/repl

1 file changed

+1
-1
lines changed

compiler/test-resources/repl/i18383

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ scala> import scala.collection.*
44

55
scala> class Foo { import scala.util.*; println("foo") }
66
1 warning found
7-
-- Warning: --------------------------------------------------------------------
7+
-- [E195] Unused symbol Warning: -----------------------------------------------
88
1 | class Foo { import scala.util.*; println("foo") }
99
| ^
1010
| unused import

0 commit comments

Comments
 (0)