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
Append the object type by default to the transformed class (#49)
In earlier implementation type would be appended to the class only in case of name collision between class name and super class. With this PR we're appending the type to class name by default, in case of collision the type would be dropped
0 commit comments