You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, in the code snippet we have com/example/B and com/example/A arguments, however the corresponding classes were transformed to the following structures:
[] > j$B
and
[] > j$A
So, here we have inconsistency in naming which has to be solved
The text was updated successfully, but these errors were encountered:
The problem raised after the #276 implementation.
We started name all classes and methods with
j$
prefix, but after, the next problem raised:As you can see, in the code snippet we have
com/example/B
andcom/example/A
arguments, however the corresponding classes were transformed to the following structures:and
So, here we have inconsistency in naming which has to be solved
The text was updated successfully, but these errors were encountered: