File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ -- Warning: tests/init-global/warn/ScalaCheck.scala:16:9 ---------------------------------------------------------------
2+ 16 | object OptMinSuccess extends IntOpt: // warn
3+ | ^
4+ | Cyclic initialization: object OptMinSuccess -> object FirstParser -> object OptMinSuccess. Calling trace:
5+ | ├── object OptMinSuccess extends IntOpt: // warn [ ScalaCheck.scala:16 ]
6+ | │ ^
7+ | ├── object FirstParser extends CmdLineParser: [ ScalaCheck.scala:15 ]
8+ | │ ^
9+ | └── val opts = Some(OptMinSuccess) [ ScalaCheck.scala:21 ]
10+ | ^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ object FirstParser extends CmdLineParser:
1818 val names = Set (" bla" )
1919 val help = " bla"
2020
21- val opts = List (OptMinSuccess )
21+ val opts = Some (OptMinSuccess )
2222 val a = " FirstParser"
You can’t perform that action at this time.
0 commit comments