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 6e4e353 commit dd26907Copy full SHA for dd26907
compiler/src/dotty/tools/dotc/ast/TreeInfo.scala
@@ -887,7 +887,7 @@ trait TypedTreeInfo extends TreeInfo[Type] { self: Trees.Instance[Type] =>
887
if tree.symbol.isSplice then Some(tree.args.head) else None
888
}
889
890
- /** Extractors for splices */
+ /** Extractors for type splices */
891
object SplicedType {
892
/** Extracts the content of a spliced type tree.
893
* The result can be the contents of a type splice, which
0 commit comments