Matches a lambda definition of the form scala sc:nocompile Block((DefDef(_, _, params :: Nil, _, Some(body))) :: Nil, Closure(meth, _)) Extracts the parameter definitions and body.
Matches a lambda definition of the form scala sc:nocompile Block((DefDef(_, _, params :: Nil, _, Some(body))) :: Nil, Closure(meth, _)) Extracts the parameter definitions and body.