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

JavaScript target: super class of TraceListener is not correctly set #1747

Closed
ChristophWedler opened this issue Mar 10, 2017 · 1 comment
Closed
Milestone

Comments

@ChristophWedler
Copy link

The super class of TraceListener is not correctly set (line 21 of runtime/JavaScript/src/antlr4/Parser.js)

TraceListener.prototype = Object.create(ParseTreeListener);

should be

TraceListener.prototype = Object.create(ParseTreeListener.prototype);
@ericvergnaud
Copy link
Contributor

same here

@parrt parrt closed this as completed in 1b0a8aa Mar 14, 2017
@parrt parrt added this to the 4.7 milestone Mar 14, 2017
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

3 participants