File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 33 | ^
44 | Overloaded or recursive method impl needs return type
55 |
6- | The error occurred while trying to complete the info of method $anonfun
7- | which required to complete the info of method impl
6+ | The error occurred while trying to compute the signature of method $anonfun
7+ | which required to compute the signature of method impl
88 |
99 | Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
1010 |
Original file line number Diff line number Diff line change 55 | Exception occurred while executing macro expansion.
66 | dotty.tools.dotc.core.CyclicReference: Recursive value o2 needs type
77 |
8- | The error occurred while trying to complete the info of method test
9- | which required to complete the info of value o2
10- | which required to complete the info of value o2
8+ | The error occurred while trying to compute the signature of method test
9+ | which required to compute the signature of value o2
10+ | which required to compute the signature of value o2
1111 |
1212 | Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
1313 |
Original file line number Diff line number Diff line change 33 | ^
44 | Overloaded or recursive method f needs return type
55 |
6- | The error occurred while trying to complete the info of method f
7- | which required to complete the info of method g
8- | which required to complete the info of method h
9- | which required to complete the info of method i
10- | which required to complete the info of method f
6+ | The error occurred while trying to compute the signature of method f
7+ | which required to compute the signature of method g
8+ | which required to compute the signature of method h
9+ | which required to compute the signature of method i
10+ | which required to compute the signature of method f
1111 |
1212 | Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
1313 |
Original file line number Diff line number Diff line change 66 |
77 | Cyclic reference involving method foo
88 |
9- | The error occurred while trying to complete the info of method foo
10- | which required to complete the info of type T
11- | which required to complete the info of method foo
9+ | The error occurred while trying to compute the signature of method foo
10+ | which required to compute the signature of type T
11+ | which required to compute the signature of method foo
1212 |
1313 | Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
1414-- [E008] Not Found Error: tests/neg/i11994.scala:3:18 -----------------------------------------------------------------
1919 |
2020 | Cyclic reference involving method given_Unit
2121 |
22- | The error occurred while trying to complete the info of given instance given_Unit
23- | which required to complete the info of type T
24- | which required to complete the info of given instance given_Unit
22+ | The error occurred while trying to compute the signature of given instance given_Unit
23+ | which required to compute the signature of type T
24+ | which required to compute the signature of given instance given_Unit
2525 |
2626 | Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
You can’t perform that action at this time.
0 commit comments