var x = {};
x.abc = 42;
x.abc
Goto x.abc doesn't goto the assign
Comments: Verified on 21003.02. Fixed. Closing.
x.abc = 42;
x.abc
Goto x.abc doesn't goto the assign
Comments: Verified on 21003.02. Fixed. Closing.