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
eric-milles
changed the title
Fix type inferencing and syntax highlighting for multi-assign of primitive wrapper type
Fix type inferencing and syntax highlighting for multi-assign of number wrapper type
Nov 11, 2019
Consider the following:
"123" is showing as unknown (underlined) and "456L" is showing as default. Both should be colored as a number.
The text was updated successfully, but these errors were encountered: