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
showstopper tag debatable given that const case object field worked in 1.2.6 in a partial way (some software might have relied on the parts that did work and are now broken)
regression(1.2.6 => devel): VM: const case object field access gives: 'sons' is not accessible
Example
Current Output
Error: unhandled exception: 'sons' is not accessible using discriminant 'kind' of type 'TNode'
Expected Output
works
Additional Information
The text was updated successfully, but these errors were encountered: