File tree 2 files changed +11
-1
lines changed
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:
18
18
val names = Set (" bla" )
19
19
val help = " bla"
20
20
21
- val opts = List (OptMinSuccess )
21
+ val opts = Some (OptMinSuccess )
22
22
val a = " FirstParser"
You can’t perform that action at this time.
0 commit comments