Skip to content

IDL Problem Code 9 with alias illegal-comma

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 commas , where they shouldn't be encountered.

idl
a = ,
  ; ^^ illegal comma

Licensed under MIT.