summaryrefslogtreecommitdiff
path: root/test/files/pos/bug2168.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug2168.scala')
-rw-r--r--test/files/pos/bug2168.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/bug2168.scala b/test/files/pos/bug2168.scala
index 42224236db..1cf73446a8 100644
--- a/test/files/pos/bug2168.scala
+++ b/test/files/pos/bug2168.scala
@@ -3,3 +3,4 @@ object Test extends Application {
def foo2(x: AnyRef) = x match { case x: Function0[Any] => x() }
}
+