File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3624,6 +3624,9 @@ site of a :t:`call expression` or a :t:`method call expression`.
3624
3624
The :t: `pattern ` of a :t: `closure parameter ` shall be an
3625
3625
:t: `irrefutable pattern `.
3626
3626
3627
+ :dp: `fls_qPeOL6ZhXsgH `
3628
+ The :t: `[binding]s ` of all :t: `[pattern]s ` of all :t: `[closure parameter]s ` of a :t: `closure expression ` shall not shadow another.
3629
+
3627
3630
:dp: `fls_yn30xuejcfxo `
3628
3631
The :t: `type ` of a :t: `closure expression ` is the unique anonymous
3629
3632
:t: `closure type ` defined by it.
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ it is an :t:`external function`.
83
83
The :t: `pattern ` of a :t: `function parameter ` shall be an :t: `irrefutable
84
84
pattern `.
85
85
86
+ :dp: `fls_PGDKWK7nPvgw `
87
+ The :t: `[binding]s ` of all :t: `[pattern]s ` of all :t: `[function parameter]s ` of a :t: `function ` shall not shadow another.
88
+
86
89
:dp: `fls_vljy4mm0zca2 `
87
90
A :t: `return type ` is the :t: `type ` of the result a :t: `function `, :t: `closure type ` or :t: `function pointer type ` returns.
88
91
You can’t perform that action at this time.
0 commit comments