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 6e9be57 commit 0ab1bb6Copy full SHA for 0ab1bb6
compiler/src/dotty/tools/dotc/core/tasty/TreeUnpickler.scala
@@ -1557,11 +1557,11 @@ object TreeUnpickler {
1557
class TreeWithoutOwner extends Exception
1558
1559
/** An attachment key indicating that an old-style leading () in a constructor
1560
- * call that has otherwise only using clauses was suppressed.
+ * call that is followed by a using clause was suppressed.
1561
*/
1562
val SuppressedApplyToNone: Property.Key[Unit] = Property.Key()
1563
1564
- /** An attachment key indicating that an trailing () in a constructor
+ /** An attachment key indicating that a trailing () in a constructor
1565
* call that has otherwise only using clauses was inserted.
1566
1567
val InsertedApplyToNone: Property.Key[Unit] = Property.Key()
0 commit comments