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
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
we currently have some unimplemented branches for subtyping in function calls with named parameters.
Add tests for this case
trigger the panic from the todo!()
replace panics with the proper logic
The current implementation produces an error before codegen, so there will proably be additional changes needed to the typechecker as part of this change.
The text was updated successfully, but these errors were encountered:
we currently have some unimplemented branches for subtyping in function calls with named parameters.
todo!()
The current implementation produces an error before codegen, so there will proably be additional changes needed to the typechecker as part of this change.
The text was updated successfully, but these errors were encountered: