Inner Methods are not Supported
I have three separate procedures that I have created to be called from a groovy script. The IntellJ IDE throws this error when I added the procedures: Inner methods are not supported. How can I add the three procedures to my project?
Thanks,
Mark
Please sign in to leave a comment.
Here is an example:
I want to call this procedure from my project file:
Mark
Nevermind, the issue was a missing }.
Mark