File tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/dotc/core
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ object Symbols {
206
206
}
207
207
208
208
/** Enter this symbol in its class owner after given `phase`. Create a fresh
209
- * denotation for its owner class if the class has not yet already one
209
+ * denotation for its owner class if the class does not already have one
210
210
* that starts being valid after `phase`.
211
211
* @pre Symbol is a class member
212
212
*/
@@ -232,7 +232,7 @@ object Symbols {
232
232
}
233
233
234
234
/** Remove symbol from scope of owning class after given `phase`. Create a fresh
235
- * denotation for its owner class if the class has not yet already one that starts being valid after `phase`.
235
+ * denotation for its owner class if the class does not already have one that starts being valid after `phase`.
236
236
* @pre Symbol is a class member
237
237
*/
238
238
def dropAfter (phase : DenotTransformer )(using Context ): Unit =
You can’t perform that action at this time.
0 commit comments