NewWithArgs

object NewWithArgs

Match new C(args) and extract (C, args). Also admit new C(args): T and {new C(args)}.

class Object
trait Matchable
class Any

Value members

Concrete methods

def unapply(t: Tree)(using Context): Option[(Type, List[Tree])]