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 8bffc9e commit 4e84dd0Copy full SHA for 4e84dd0
tests/init-global/warn/ScalaCheck.check
@@ -0,0 +1,10 @@
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 = List(OptMinSuccess) [ ScalaCheck.scala:21 ]
10
+ | ^^^^^^^^^^^^^
0 commit comments