summaryrefslogtreecommitdiff
path: root/test/files/pos/t2168.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2168.scala')
-rw-r--r--test/files/pos/t2168.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/pos/t2168.scala b/test/files/pos/t2168.scala
index 845c5b7361..21afb239a0 100644
--- a/test/files/pos/t2168.scala
+++ b/test/files/pos/t2168.scala
@@ -2,5 +2,3 @@ object Test extends App {
def foo1(x: AnyRef) = x match { case x: Function0[_] => x() }
def foo2(x: AnyRef) = x match { case x: Function0[Any] => x() }
}
-
-