sbt-header icon indicating copy to clipboard operation
sbt-header copied to clipboard

remove `final` modifier from `object`

Open xuwei-k opened this issue 4 months ago • 0 comments

prepare Scala 3, sbt 2.x build.

Welcome to Scala 3.3.4 (21.0.4, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
                                                                                                                                             
scala> final object A
1 warning found
-- [E147] Syntax Warning: ------------------------------------------------------
1 |final object A
  |^^^^^
  |Modifier final is redundant for this definition

xuwei-k avatar Oct 06 '24 22:10 xuwei-k