We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following code generates a syntax error:
x = 42.as(Int32?) x.as(Int32 )
Error: expecting token ')', not 'NEWLINE'
This seems to happen with all "special" or "pseudo" methods. These also produce the issue: as?, is_a?, sizeof, pointerof, typeof
as?
is_a?
sizeof
pointerof
typeof
Crystal v0.31.1
Activity