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
Seems it always works now because node.Type can never be an Int32 given that it's an array type. We just may have a spurious conversion. It'd be interesting to see whether the old compiler had this too; if we take away the Convert node, some runtime expression analyzers may fail because they relied on it being there... :-(
Just fixing the easy-out check that verifies if index conversion is needed at all. Currently the condition is always true - likely a typo.
Otherwise, the part that creates conversion does the right thing regardless, so the end result should be the same.
Fixesdotnet#6805
looks like it should be
The text was updated successfully, but these errors were encountered: