File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/dotty/tools/dotc/reporting Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ enum MessageKind:
3838 case PatternMatchExhaustivity => " Pattern Match Exhaustivity"
3939 case MatchCaseUnreachable => " Match case Unreachable"
4040 case PotentialIssue => " Potential Issue"
41- case UnusedSymbol => " Unused symbol "
41+ case UnusedSymbol => " Unused Symbol "
4242 case kind => kind.toString
4343end MessageKind
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ scala> import scala.collection.*
44
55scala> class Foo { import scala.util.*; println("foo") }
661 warning found
7- -- [E195] Unused symbol Warning: -----------------------------------------------
7+ -- [E195] Unused Symbol Warning: -----------------------------------------------
881 | class Foo { import scala.util.*; println("foo") }
99 | ^
1010 | unused import
You can’t perform that action at this time.
0 commit comments