Open
Description
Closure compiler is unable to parse "interface" being used as the name of a parameter. This code does successfully execute in Chrome, Safari, and Firefox devtools.
(function x(interface) { console.log(interface); })('test')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment