Skip to content

Commit 67c68b8

Browse files
committed
Fix error line
1 parent 9655976 commit 67c68b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/init-global/warn/ScalaCheck.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ trait CmdLineParser:
1313
println("outer.a = " + outer.a)
1414

1515
object FirstParser extends CmdLineParser:
16-
object OptMinSuccess extends IntOpt:
16+
object OptMinSuccess extends IntOpt: // warn
1717
val default = 100
1818
val names = Set("bla")
1919
val help = "bla"
2020

21-
val opts = List(OptMinSuccess) // warn
21+
val opts = List(OptMinSuccess)
2222
val a = "FirstParser"

0 commit comments

Comments
 (0)