E2182 Illegal parameter to __emit__ (C++)
Go Up to Compiler Errors And Warnings (C++) Index
There are some restrictions on inserting literal values directly into your code with the __emit__ function.
For example, you cannot give a local variable as a parameter to __emit__.