Skip to content

Bugfix for name clash with global Error object

Compare
Choose a tag to compare
@timostamm timostamm released this 14 Sep 22:15

This patch fixes a bug in the speed-optimized generated code.
The generated code for a message named "Error" would not compile.

Thanks to @pedelman for the contribution!