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
We should understand the property assignments but still give you an error. This way js and TS work the same way, and we can have better quick fix support.
If you request completion at the
/**/
below...Expected behavior:
Completion list should contain
x
.Actual behavior:
Completion list does not contain
x
.Currently there is an error at
this.x = 'foo'
, "Property 'x' does not exist in 'C'". That error should stay.The text was updated successfully, but these errors were encountered: