File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 17
17
| Previous indent : 2 tabs
18
18
| Latest indent : 1 tab, 2 spaces
19
19
-- Error: tests/neg/spaces-vs-tabs.scala:8:1 ---------------------------------------------------------------------------
20
- 8 | else () // error // error
20
+ 8 | else () // error
21
21
| ^
22
22
| Incompatible combinations of tabs and spaces in indentation prefixes.
23
23
| Previous indent : 2 tabs
24
24
| Latest indent : 1 space
25
- -- [E040] Syntax Error: tests/neg/spaces-vs-tabs.scala:8:6 -------------------------------------------------------------
26
- 8 | else () // error // error
27
- | ^
28
- | ';' expected, but '(' found
29
25
-- Error: tests/neg/spaces-vs-tabs.scala:14:2 --------------------------------------------------------------------------
30
26
14 | else 2 // error // error
31
27
| ^
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ object Test
5
5
println(2 ) // error
6
6
println(3 ) // error
7
7
println(4 ) // error
8
- else () // error // error
8
+ else () // error
9
9
10
10
object Test2
11
11
You can’t perform that action at this time.
0 commit comments