Skip to content

IDL Problem Code 10 with alias illegal-colon

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

idl
a = :
  ; ^^ illegal colon

Licensed under MIT.