Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Declare local variable fix inserts invalid code #466

Open
sofianhn opened this issue Mar 18, 2015 · 2 comments
Open

Declare local variable fix inserts invalid code #466

sofianhn opened this issue Mar 18, 2015 · 2 comments

Comments

@sofianhn
Copy link

  • Write: x = 1;
  • click on quick fix and choose: declare local variable

Expected: int x;
Actual: var x =x;

@mkrueger
Copy link
Contributor

which branch ?

@sofianhn
Copy link
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants