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 {
1557
1557
class TreeWithoutOwner extends Exception
1558
1558
1559
1559
/** 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.
1561
1561
*/
1562
1562
val SuppressedApplyToNone : Property .Key [Unit ] = Property .Key ()
1563
1563
1564
- /** An attachment key indicating that an trailing () in a constructor
1564
+ /** An attachment key indicating that a trailing () in a constructor
1565
1565
* call that has otherwise only using clauses was inserted.
1566
1566
*/
1567
1567
val InsertedApplyToNone : Property .Key [Unit ] = Property .Key ()
You can’t perform that action at this time.
0 commit comments