The code below should compile but does not. Expressions should be wrappable in as many () as someone wants to.
if(((true))) //COMPILE ERROR: Broken casting { ... }
The code below should compile but does not. Expressions should be wrappable in as many () as someone wants to.
if(((true))) //COMPILE ERROR: Broken casting { ... }
Please forward to Enfusion team for fixing