You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Not actually sure if `get` and `set` appearing once is baked into the grammar or is a semantic restriction
172
171
accessor-block -> init-accessor
173
172
```
174
173
@@ -324,7 +323,7 @@ init(x: Int, y: Int) {
324
323
}
325
324
```
326
325
327
-
TODO: define whether macro-generated members are ordered before or after their 'attached-to' declaration for peer macros, or before or after the full member list for member macros.
326
+
Note that macro-expanded declarations are ordered after the attached-to declaration for peer macros, and at the end of the member list as written for member macros.
0 commit comments