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
Right. The problem is that the WyIL type of the underlying constant is being inferred as void, which is produced from an array type with element type void.
What's the right solution to this problem?! There is no fix without changing the syntax of the language (which I am planning to do, btw)
DavePearce
changed the title
Problem with Typing Constants
Problem with Typing String Constants
Nov 3, 2016
The following fails to compile:
The problem is that the string constant is given the jvm type of
void
.The text was updated successfully, but these errors were encountered: