File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/dotc/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ object Symbols {
206206 }
207207
208208 /** 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
210210 * that starts being valid after `phase`.
211211 * @pre Symbol is a class member
212212 */
@@ -232,7 +232,7 @@ object Symbols {
232232 }
233233
234234 /** 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`.
236236 * @pre Symbol is a class member
237237 */
238238 def dropAfter (phase : DenotTransformer )(using Context ): Unit =
You can’t perform that action at this time.
0 commit comments