case class New [ -T ]
extends Tree with TermTree

new tpt, but no constructor call

Constructors

New ( tpt: Tree [ T ] )

Members

[+] type ThisTree = [-T >: dotty.tools.dotc.ast.Trees.Untyped] => dotty.tools.dotc.ast.Trees.New[T] (not handled)

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val tpt : Tree [ T ]
[+] def _1 : T1
[+] def copy ( tpt: Tree [ T ] ) : New [ T ]
[+] def copy$default$1 : Tree [ T ]