We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10b945 commit c653745Copy full SHA for c653745
compiler/src/dotty/tools/dotc/ast/Trees.scala
@@ -760,6 +760,7 @@ object Trees {
760
* `SplicePattern` can only be contained within a `QuotePattern`.
761
*
762
* @param body The tree that was spliced
763
+ * @param typeargs The type arguments of the splice (the HOAS arguments)
764
* @param args The arguments of the splice (the HOAS arguments)
765
*/
766
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