kotlin-python
kotlin-python copied to clipboard
Minify names
For now, in case of names collisions, we have some ineffective logic. At least for classes, if there are classes named as A in different packages, they become A_0 and A_1.
We can minify those, for example, make them at least A and A_0 or even A and A0.