Closed daniel-sc closed 8 months ago
This fixes a bug when trying to work with classes that have no namespace declared - see updated unit test.
Note that the error comes as an rather unspecific
ParseError: syntax error, unexpected ';', expecting '{'
As the generated code includes namespace ;!
namespace ;
It would be very nice if this could be released as a bugfix soon :)
@lisachenko Could you look into this PR? I'd be happy to address any issues!
A new inspection was created.
Thanks! Finally, merged ⏳
This fixes a bug when trying to work with classes that have no namespace declared - see updated unit test.
Note that the error comes as an rather unspecific
As the generated code includes
namespace ;
!It would be very nice if this could be released as a bugfix soon :)