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
This patch adds validation to ensure that the noasync attribute is only
applied to useful declarations.
Specifically, the `noasync` attribute cannot be applied to `deinit`
declarations, asynchronous functions, or asynchronous properties.
0 commit comments