Skip to content

Commit

Permalink
Fix comment indent
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Nov 6, 2019
1 parent b4f901b commit 058fc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Standard-Section: "ASTs" TopLevelStat*
TypeParam = TYPEPARAM Length NameRef type_Term Modifier* -- modifiers name bounds
Param = PARAM Length NameRef type_Term rhs_Term? Modifier* -- modifiers name : type (= rhs_Term)?. `rhsTerm` is present in the case of an aliased class parameter
PARAMEND -- ends a parameter clause
-- needed if previous parameter clause is empty or another parameter clause follows
-- needed if previous parameter clause is empty or another parameter clause follows
Template = TEMPLATE Length TypeParam* Param* parent_Term* Self? Stat* -- [typeparams] paramss extends parents { self => stats }, where Stat* always starts with the primary constructor.
Self = SELFDEF selfName_NameRef selfType_Term -- selfName : selfType
Expand Down

0 comments on commit 058fc4f

Please sign in to comment.