File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/dotc/core/tasty Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1557,11 +1557,11 @@ object TreeUnpickler {
15571557 class TreeWithoutOwner extends Exception
15581558
15591559 /** An attachment key indicating that an old-style leading () in a constructor
1560- * call that has otherwise only using clauses was suppressed.
1560+ * call that is followed by a using clause was suppressed.
15611561 */
15621562 val SuppressedApplyToNone : Property .Key [Unit ] = Property .Key ()
15631563
1564- /** An attachment key indicating that an trailing () in a constructor
1564+ /** An attachment key indicating that a trailing () in a constructor
15651565 * call that has otherwise only using clauses was inserted.
15661566 */
15671567 val InsertedApplyToNone : Property .Key [Unit ] = Property .Key ()
You can’t perform that action at this time.
0 commit comments