fixed extraneous output. no review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@26049 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
odersky 2011-11-22 20:11:52 +00:00
parent a64ac8eb39
commit a5c67c0b5b
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ abstract class UnCurry extends InfoTransform
def missingCaseCall(scrutinee: Tree): Tree = Apply(Select(This(anonClass), nme.missingCase), List(scrutinee))
def applyMethodDef() = scala.tools.nsc.util.trace("pf "){
def applyMethodDef() = {
val body =
if (isPartial) gen.mkUncheckedMatch(gen.withDefaultCase(fun.body, missingCaseCall))
else fun.body