Skip to content

Commit dab226c

Browse files
committed
test where definition ends at end of file
1 parent 2244658 commit dab226c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/pos/indent.scala

+4-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,7 @@ class Coder(words: List[String]):
112112
case _ => false
113113
.flatMap:
114114
case (digit, str) => str map (ltr => ltr -> digit)
115-
end Coder
115+
end Coder
116+
117+
object Test22
118+
def foo: Int = 22

0 commit comments

Comments
 (0)