Limitation for class names length
Hi, everyone,
In our application we faced limitation of 56 symbols for class names length.
We have existing class with a length of 55 symbols and we want to create its inheritor to override some rules.
But we couldnt do that even with a length of 1 for new class because of limitation mentioned above.
Is there any way to bypass this limitation?