Skip to content

Commit 4e84dd0

Browse files
committed
Add checkfile for ScalaCheck
1 parent 8bffc9e commit 4e84dd0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)