File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
compiler/src/dotty/tools/dotc/ast Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,11 @@ object untpd extends Trees.Instance[Untyped] with UntypedTreeInfo {
155
155
*/
156
156
case class CapturesAndResult (refs : List [Tree ], parent : Tree )(implicit @ constructorOnly src : SourceFile ) extends TypTree
157
157
158
- /** { x: T with p } (only relevant under qualifiedTypes) */
158
+ /** `{ x: parent with qualifier }` if `paramName == Some(x)`,
159
+ * `parent with qualifier` otherwise.
160
+ *
161
+ * Only relevant under `qualifiedTypes`.
162
+ */
159
163
case class QualifiedTypeTree (parent : Tree , paramName : Option [TermName ], qualifier : Tree )(implicit @ constructorOnly src : SourceFile ) extends TypTree
160
164
161
165
/** A type tree appearing somewhere in the untyped DefDef of a lambda, it will be typed using `tpFun`.
You can’t perform that action at this time.
0 commit comments