case class SeqLiteral [ -T ]
extends Tree

Seq(elems)

Constructors

SeqLiteral ( elems: List [ Tree [ T ] ] , elemtpt: Tree [ T ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val elems : List [ Tree [ T ] ]
[+] val elemtpt : Tree [ T ]
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( elems: List [ Tree [ T ] ] , elemtpt: Tree [ T ] ) : SeqLiteral [ T ]
[+] def copy$default$1 : List [ Tree [ T ] ]
[+] def copy$default$2 : Tree [ T ]