File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 3
3
| ^
4
4
| Overloaded or recursive method impl needs return type
5
5
|
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
8
8
|
9
9
| Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
10
10
|
Original file line number Diff line number Diff line change 5
5
| Exception occurred while executing macro expansion.
6
6
| dotty.tools.dotc.core.CyclicReference: Recursive value o2 needs type
7
7
|
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
11
11
|
12
12
| Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
13
13
|
Original file line number Diff line number Diff line change 3
3
| ^
4
4
| Overloaded or recursive method f needs return type
5
5
|
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
11
11
|
12
12
| Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
13
13
|
Original file line number Diff line number Diff line change 6
6
|
7
7
| Cyclic reference involving method foo
8
8
|
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
12
12
|
13
13
| Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace.
14
14
-- [E008] Not Found Error: tests/neg/i11994.scala:3:18 -----------------------------------------------------------------
19
19
|
20
20
| Cyclic reference involving method given_Unit
21
21
|
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
25
25
|
26
26
| 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