summaryrefslogtreecommitdiff
path: root/test/files/presentation/partial-fun.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-09-05 17:04:34 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-09-06 17:29:21 +0200
commit3e1631e8f71f73f5275b1595bd85de25625bb2de (patch)
treee6542f461fc4515a231522bccb7117d5feccc255 /test/files/presentation/partial-fun.check
parenta8c05274f738943ae58ecefda4b012b9daf5d8dc (diff)
downloadscala-3e1631e8f71f73f5275b1595bd85de25625bb2de.tar.gz
scala-3e1631e8f71f73f5275b1595bd85de25625bb2de.tar.bz2
scala-3e1631e8f71f73f5275b1595bd85de25625bb2de.zip
SI-7643 Enable newPatternMatching in interactive.
Without it, the enclosed test fails with: ArrayBuffer(Problem(RangePosition(partial-fun/src/PartialFun.scala, 62, 62, 77),type mismatch; found : Int => Int required: PartialFunction[Int,Int],2)) And with that, we can remove this option altogether.
Diffstat (limited to 'test/files/presentation/partial-fun.check')
-rw-r--r--test/files/presentation/partial-fun.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/presentation/partial-fun.check b/test/files/presentation/partial-fun.check
new file mode 100644
index 0000000000..0352d5e5c8
--- /dev/null
+++ b/test/files/presentation/partial-fun.check
@@ -0,0 +1,2 @@
+reload: PartialFun.scala
+ArrayBuffer()