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
scala 2.13.2>valhello="hi there" ; hellx
^error: not found: value hellx
scala 2.13.2>valhello="hi there" ; this.hellx
^error: value hellx is not a member of $iw
did you mean hello?
problem
It would be nice to typo check against scope, including locals.