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
Enhancements:
- Allow void values in if expressions (closes#1159)
- Pass type constraints through if let and nested if (closes#1160)
Bugs fixed:
- Signature help not available for constructor calls without new (closes#1161)
- let in not accepted in return statement (closes#1162)
- Lambdas cannot infer void return type (closes#1163)
It should not be necessary to specify explicit void return type for lambdas that return void
The text was updated successfully, but these errors were encountered: