File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- -- [E199] Syntax Warning: tests\ neg\ i20105.scala:6:9 -------------------------------------------------------------------
1
+ -- [E199] Syntax Warning: tests/ neg/ i20105.scala:6:9 -------------------------------------------------------------------
2
2
6 | foo()
3
3
| ^^^^^
4
4
| The tail recursive def foo contains a recursive call inside the non-inlined inner def bar
5
5
|
6
6
| longer explanation available when compiling with `-explain`
7
- -- [E097] Syntax Error: tests\ neg\ i20105.scala:3:4 ---------------------------------------------------------------------
7
+ -- [E097] Syntax Error: tests/ neg/ i20105.scala:3:4 ---------------------------------------------------------------------
8
8
3 |def foo(): Unit = // error
9
9
| ^
10
10
| TailRec optimisation not applicable, method foo contains no recursive calls
Original file line number Diff line number Diff line change 1
- -- [E199] Syntax Warning: tests\ warn\ i20105.scala:6:9 ------------------------------------------------------------------
1
+ -- [E199] Syntax Warning: tests/ warn/ i20105.scala:6:9 ------------------------------------------------------------------
2
2
6 | foo() // warn
3
3
| ^^^^^
4
4
| The tail recursive def foo contains a recursive call inside the non-inlined inner def bar
You can’t perform that action at this time.
0 commit comments