Skip to content

IDL Problem Code 17 with alias illegal-struct

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 structures {} where they shouldn't be encountered.

idl
a = {{}}
   ; ^^ illegal structure

Licensed under MIT.