-
Notifications
You must be signed in to change notification settings - Fork 327
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
Unexpected ClassCastException
upon atom field access when intersection types and warnings are combined
#12180
Comments
enso/engine/runtime/src/main/java/org/enso/interpreter/runtime/data/atom/GetFieldNode.java Lines 36 to 40 in 4cae524
The The assumption seems to be broken because |
enso/engine/runtime/src/main/java/org/enso/interpreter/runtime/data/EnsoMultiValue.java Line 94 in fe49064
|
I was hitting an unexpected
ClassCastException
when running Table tests during development of my #12165 PR.I was able to distill the issue into a small repro:
Expected behaviour
The code should just print:
Actual behaviour
The interpreter crashes with
ClassCastException
:The text was updated successfully, but these errors were encountered: