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
[SwiftParser] Handle nested '#if' in attribute list correctly
Parse the following '#if' directive as an attribute list for the func
decl.
```
#if condition
#if condition
@attr
#endif
#endif
func foo()
```
(cherry picked from commit 191392b)
0 commit comments