File tree 2 files changed +2
-2
lines changed
src/dotty/tools/dotc/reporting
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ enum MessageKind:
38
38
case PatternMatchExhaustivity => " Pattern Match Exhaustivity"
39
39
case MatchCaseUnreachable => " Match case Unreachable"
40
40
case PotentialIssue => " Potential Issue"
41
- case UnusedSymbol => " Unused symbol "
41
+ case UnusedSymbol => " Unused Symbol "
42
42
case kind => kind.toString
43
43
end MessageKind
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ scala> import scala.collection.*
4
4
5
5
scala> class Foo { import scala.util.*; println("foo") }
6
6
1 warning found
7
- -- [E195] Unused symbol Warning: -----------------------------------------------
7
+ -- [E195] Unused Symbol Warning: -----------------------------------------------
8
8
1 | class Foo { import scala.util.*; println("foo") }
9
9
| ^
10
10
| unused import
You can’t perform that action at this time.
0 commit comments