We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e15e9 commit 731c1bdCopy full SHA for 731c1bd
compiler/src/dotty/tools/dotc/core/tasty/TreeUnpickler.scala
@@ -1594,11 +1594,11 @@ object TreeUnpickler {
1594
class TreeWithoutOwner extends Exception
1595
1596
/** An attachment key indicating that an old-style leading () in a constructor
1597
- * call that has otherwise only using clauses was suppressed.
+ * call that is followed by a using clause was suppressed.
1598
*/
1599
val SuppressedApplyToNone: Property.Key[Unit] = Property.Key()
1600
1601
- /** An attachment key indicating that an trailing () in a constructor
+ /** An attachment key indicating that a trailing () in a constructor
1602
* call that has otherwise only using clauses was inserted.
1603
1604
val InsertedApplyToNone: Property.Key[Unit] = Property.Key()
0 commit comments