Skip to content

Commit 731c1bd

Browse files
oderskymichelou
authored andcommitted
Apply suggestions from code review
1 parent e6e15e9 commit 731c1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TreeUnpickler.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,11 +1594,11 @@ object TreeUnpickler {
15941594
class TreeWithoutOwner extends Exception
15951595

15961596
/** An attachment key indicating that an old-style leading () in a constructor
1597-
* call that has otherwise only using clauses was suppressed.
1597+
* call that is followed by a using clause was suppressed.
15981598
*/
15991599
val SuppressedApplyToNone: Property.Key[Unit] = Property.Key()
16001600

1601-
/** An attachment key indicating that an trailing () in a constructor
1601+
/** An attachment key indicating that a trailing () in a constructor
16021602
* call that has otherwise only using clauses was inserted.
16031603
*/
16041604
val InsertedApplyToNone: Property.Key[Unit] = Property.Key()

0 commit comments

Comments
 (0)