Skip to content

Commit 0fde1ac

Browse files
committed
Remove docs of non-existent positions/pos params of Modifiers
1 parent e89a118 commit 0fde1ac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/dotty/tools/dotc/ast/Trees.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ object Trees {
3333
* @param privateWithin If a private or protected has is followed by a
3434
* qualifier [q], the name q, "" as a typename otherwise.
3535
* @param annotations The annotations preceding the modifers
36-
* @param positions A flagPositions structure that records the positions
37-
* of et flags.
38-
* @param pos The position of the modifiers. This should start with
39-
* the first modifier or annotation and have as point
40-
* the start of the opening keyword(s) of the definition.
41-
* It should have as end the end of the opening keywords(s).
42-
* If there is no opening keyword, point should equal end.
4336
*/
4437
case class Modifiers[-T >: Untyped] (
4538
flags: FlagSet = EmptyFlags,

0 commit comments

Comments
 (0)