summaryrefslogtreecommitdiff
path: root/test/files/presentation/partial-fun/Runner.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7643 Enable newPatternMatching in interactive.Jason Zaugg2013-09-061-0/+10
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.