We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I noticed when i tried importing lime.app.Event as a different name it wouldn't let me.
The text was updated successfully, but these errors were encountered:
lime.app.Event is defined with one parameter as class Event<T>. It appears that the Haxe compiler wants you to add the parameter.
lime.app.Event
class Event<T>
Sorry, something went wrong.
Whats weird is that it works with other generic classes, but not with lime.app.Event see https://try.haxe.org/#Ae2b484D
and it doesnt work when adding it, since the haxe compiler only checks for identifiers during the import statement
Hmm... the error seems to come from EventMacro.
EventMacro
https://github.com/openfl/lime/blob/8.1.3/src/lime/_internal/macros/EventMacro.hx#L24
No branches or pull requests
I noticed when i tried importing lime.app.Event as a different name it wouldn't let me.
The text was updated successfully, but these errors were encountered: