Hi,
I have created a simple class in an internal library, but when I load it in an application, together with other libraries I get the following error:
Parse error: syntax error, unexpected ‘{’ in
The error points to the other library (which is obviously loaded after the class file), not the file with the class. When I remove the class, I don’t get this error. Am I right that you cannot create a class in an internal library? If not how to load a class anyway?
Regards,
Martin