Skip to content

Commit 12cb7a1

Browse files
committed
Revert: Change syntax to "this modifier" scheme
(reverted from commit 06bd529)
1 parent f00cf7b commit 12cb7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/internals/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Dcl ::= RefineDcl
319319
ValDcl ::= ids ‘:’ Type PatDef(_, ids, tpe, EmptyTree)
320320
VarDcl ::= ids ‘:’ Type PatDef(_, ids, tpe, EmptyTree)
321321
DefDcl ::= DefSig [‘:’ Type] DefDef(_, name, tparams, vparamss, tpe, EmptyTree)
322-
DefSig ::= id [DefTypeParamClause] [ExtParamClause] DefParamClauses
322+
DefSig ::= id [DefTypeParamClause] DefParamClauses
323323
TypeDcl ::= id [TypeParamClause] (TypeBounds | ‘=’ Type) TypeDefTree(_, name, tparams, bounds)
324324
| id [TypeParamClause] <: Type = MatchType
325325

0 commit comments

Comments
 (0)