Commit b189749
pre-long
This directory holds 3.2.9 transpiler and runtime tagged previous
to the transpiler fix for boxed number direct manipulation:
Long L = Long.valueOf(3);
L++;
L /= 2;
L += 10;
L = L / 5;
etc.
These assignments are not made properly and fail.
In addition, this runtime does not handle Long properly and also had an
issue with Short.equals(Object)
just saving this and will probably delete it.1 parent 722911f commit b189749
1 file changed
Lines changed: 17 additions & 0 deletions
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments