File tree 1 file changed +2
-4
lines changed
compiler/src/dotty/tools/dotc/core
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ object Annotations {
48
48
/** The tree evaluation has finished. */
49
49
def isEvaluated : Boolean = true
50
50
51
- /** Normally, map type map over all tree nodes of this annotation, but can
51
+ /** Normally, type map over all tree nodes of this annotation, but can
52
52
* be overridden. Returns EmptyAnnotation if type type map produces a range
53
53
* type, since ranges cannot be types of trees.
54
54
*/
@@ -67,9 +67,7 @@ object Annotations {
67
67
else if diff.exists then derivedAnnotation(tm.mapOver(tree))
68
68
else this
69
69
70
- /** Does this annotation refer to a parameter of `tl`?
71
- * Overridden in ConcreteAnnotation
72
- */
70
+ /** Does this annotation refer to a parameter of `tl`? */
73
71
def refersToParamOf (tl : TermLambda )(using Context ): Boolean =
74
72
val args = arguments
75
73
if args.isEmpty then false
You can’t perform that action at this time.
0 commit comments