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

Alias typedef imports marked as unused #466

Closed
anibyl opened this issue May 19, 2016 · 1 comment
Closed

Alias typedef imports marked as unused #466

anibyl opened this issue May 19, 2016 · 1 comment

Comments

@anibyl
Copy link
Contributor

anibyl commented May 19, 2016

Typedefs.hx:

typedef MyAlias = String;

Main.hx:

import main.Typedefs.MyAlias;

class Main {
  var foo:MyAlias;
}

Imports are marked as unused.

Intellij Haxe unused import

anibyl added a commit to anibyl/intellij-haxe that referenced this issue May 19, 2016
anibyl added a commit to anibyl/intellij-haxe that referenced this issue May 19, 2016
anibyl added a commit to anibyl/intellij-haxe that referenced this issue May 27, 2016
@anibyl
Copy link
Contributor Author

anibyl commented Jun 2, 2016

Fixed.

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

No branches or pull requests

2 participants