summaryrefslogtreecommitdiff
path: root/test/files/pos/t3430.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3430.scala')
-rw-r--r--test/files/pos/t3430.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3430.scala b/test/files/pos/t3430.scala
index 4990abb2a1..3129c6276a 100644
--- a/test/files/pos/t3430.scala
+++ b/test/files/pos/t3430.scala
@@ -1,6 +1,6 @@
// package com.example
-object A {
+object A {
def f1(f: String => Boolean) = f("a")
def f2(): Boolean =