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
It doesn't and shouldn't work that way. compiles((let _ = x)) and x is int is an expression and must be well formed.
Use when (when compiles((let _ = x)): x is int else: false):
Because
compiles((let _ = (echo ""))
is false, compiler probably shouldn't try to compile(echo "") is int
.Example
Current Output
Additional Information
Nim 1.2.0 and current devel 6aa971d
The text was updated successfully, but these errors were encountered: