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
Incorrect diagnostic can be emitted when using statement
expressions as a pattern substatement in an inspect with
a trailing `void` return type.
Add a specific check for the void return type. All other
cases are handled when we check for convertibility later
in semantic analysis.
fixesllvm#19
0 commit comments