type bounds not honored at compile time #5914
Labels
Bug
This tag is applied to issues which reports bugs.
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
V version: V 0.1.28 e1eb9c4
OS: macOS 10.15
What did you do?
in C this generates:
What did you expect to see?
compile time error complaining about invalid value for given type like it happens if you do
a := string(123)
What did you see instead?
a is 44 :D
The text was updated successfully, but these errors were encountered: