summaryrefslogtreecommitdiff
path: root/test/files/pos/bug460.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug460.scala')
-rw-r--r--test/files/pos/bug460.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug460.scala b/test/files/pos/bug460.scala
index 7bf9374e91..3fc13e4dd0 100644
--- a/test/files/pos/bug460.scala
+++ b/test/files/pos/bug460.scala
@@ -6,4 +6,4 @@ object Bug460 {
(testFun(_, _))(1, 2) // Ok
(testFun _).apply(1, 2)
(testFun _)(1, 2) // Error! (but no longer)
-} \ No newline at end of file
+}