Commit a1b7edf
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 dropped1 parent 70dce07 commit a1b7edf
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
479 | 481 | | |
480 | | - | |
| 482 | + | |
481 | 483 | | |
482 | 484 | | |
483 | 485 | | |
| |||
0 commit comments