Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New class instance with "var" problem #1

Closed
cambiata opened this issue May 24, 2015 · 1 comment
Closed

New class instance with "var" problem #1

cambiata opened this issue May 24, 2015 · 1 comment
Labels

Comments

@cambiata
Copy link

Everything seems to work fine, except for when creating class instances vith keyword "var":

  1. Invoking postfix (ctrl+space, selecting "var") on new File(). (note the dot after File()) results in the following complete line:
    new File()var file:File = ;
  2. Invoking postfix (ctrl+space, selecting "var") on new File() (without the dot after File()) causes the complete class to be deleted, and replaced with
/**
 * var file:File = ..;
    }
}

I'm using FD 5.0.0.5

@cambiata
Copy link
Author

And Haxe..!

@cambiata cambiata changed the title New class instance vith "var" problem New class instance with "var" problem May 24, 2015
@SlavaRa SlavaRa added the bug label May 24, 2015
SlavaRa pushed a commit that referenced this issue May 24, 2015
@SlavaRa SlavaRa closed this as completed May 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants