File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,6 @@ object Trees {
33
33
* @param privateWithin If a private or protected has is followed by a
34
34
* qualifier [q], the name q, "" as a typename otherwise.
35
35
* @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.
43
36
*/
44
37
case class Modifiers [- T >: Untyped ] (
45
38
flags : FlagSet = EmptyFlags ,
You can’t perform that action at this time.
0 commit comments