-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nil as Object+ as Int32 causes Bug: trying to downcast Int32 <- Object+ #2403
Comments
Other problems with
|
I think the |
@kirbyfan64 is right here. The |
(I'll still keep this issue open because it triggers a bug and shouldn't be allowed) |
|
@Veedrac Looks like a recursion issue:
|
I just removed the |
gives
However,
correctly gives
Int32
.FWIW,
1 as Object+ as Int32
also errors in this way.The text was updated successfully, but these errors were encountered: