Skip to content

Commit

Permalink
Fix missing newline at end of test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporarum authored Sep 15, 2022
1 parent e226546 commit a7f1b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pos/i14451.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ val v3 = (new Foo).f3
extension [A](dfVal: Foo)
def f4[T](step: Int): Foo = ???
def f4[T]: Foo = ???
val v4 = (new Foo).f4
val v4 = (new Foo).f4

0 comments on commit a7f1b54

Please sign in to comment.