Skip to content

IDL Problem Code 18 with alias illegal-paren

Want to disable me? Check out the configuration guide to learn more.

Execution Error

This is a fatal error that prevents IDL from compiling or running code

This identifies parentheses () where they shouldn't be encountered.

idl
a = {()}
   ; ^^ illegal paren

Licensed under MIT.