We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9655976 commit 67c68b8Copy full SHA for 67c68b8
tests/init-global/warn/ScalaCheck.scala
@@ -13,10 +13,10 @@ trait CmdLineParser:
13
println("outer.a = " + outer.a)
14
15
object FirstParser extends CmdLineParser:
16
- object OptMinSuccess extends IntOpt:
+ object OptMinSuccess extends IntOpt: // warn
17
val default = 100
18
val names = Set("bla")
19
val help = "bla"
20
21
- val opts = List(OptMinSuccess) // warn
+ val opts = List(OptMinSuccess)
22
val a = "FirstParser"
0 commit comments