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:
parent
a64ac8eb39
commit
a5c67c0b5b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue