Skip to content

Commit a7f1b54

Browse files
authored
Fix missing newline at end of test
1 parent e226546 commit a7f1b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i14451.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ val v3 = (new Foo).f3
2424
extension [A](dfVal: Foo)
2525
def f4[T](step: Int): Foo = ???
2626
def f4[T]: Foo = ???
27-
val v4 = (new Foo).f4
27+
val v4 = (new Foo).f4

0 commit comments

Comments
 (0)