-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Internal error with super method call #1125
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
Comments
The ES6 to ES6 complication is still experimental, please use --language_out=ECMASCRIPT5_STRICT for the time being. |
Will do, thanks, but doesn't fix this crash unfortunately. |
I'm actually seeing this for an even simpler case:
Maybe something to do with one of the recent changes from |
|
So it seems to be failing on the synthetic constructor that is inserted by the compiler, which looks like
But if you add that constructor explicitly then it doesn't fail. What's strange is, it's crashing in the second checkVars pass (the "sanity check" that happens at the end) not the one that was moved in 3043356. |
Yay, thanks guys! |
The following code compiled with
--language_in=ECMASCRIPT6_STRICT -O SIMPLE
:Crashes with the following trace:
The text was updated successfully, but these errors were encountered: