Skip to content

Commit fe3562d

Browse files
committed
Add test for indentation without NL before EOL
1 parent 04cd4b3 commit fe3562d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/pos/indent2.scala

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
object testindent:
2+
if 1 > 0 then
3+
println
4+
println
5+
else
6+
println
7+
println

0 commit comments

Comments
 (0)