Commit 3b239f8
committed
Fix test
-- Error: tests/init/pos/i12544.scala:5:9 ------------------------------------------------------------------------------
5 | object nested:
| ^
| Cyclic object initialization for object nested, object Enum. Calling trace:
| -> object nested: [ i12544.scala:5 ]
| -> val a: Enum = Case [ i12544.scala:6 ]
| -> object Enum: [ i12544.scala:4 ]
| -> val b: Enum = f(nested.a) [ i12544.scala:8 ]1 parent 126aa19 commit 3b239f8
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments