Skip to content

Commit c653745

Browse files
committed
Add missing doc comment of SplicePattern
1 parent c10b945 commit c653745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/ast/Trees.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ object Trees {
760760
* `SplicePattern` can only be contained within a `QuotePattern`.
761761
*
762762
* @param body The tree that was spliced
763+
* @param typeargs The type arguments of the splice (the HOAS arguments)
763764
* @param args The arguments of the splice (the HOAS arguments)
764765
*/
765766
case class SplicePattern[+T <: Untyped] private[ast] (body: Tree[T], typeargs: List[Tree[T]], args: List[Tree[T]])(implicit @constructorOnly src: SourceFile)

0 commit comments

Comments
 (0)