Skip to content

Commit 0ab1bb6

Browse files
authored
Apply suggestions from code review
1 parent 6e9be57 commit 0ab1bb6

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
@@ -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()

0 commit comments

Comments
 (0)