Skip to content

Commit 5be91cd

Browse files
committed
multiple issues with char/Character
1 parent 2e64e57 commit 5be91cd

File tree

6 files changed

+444
-404
lines changed

6 files changed

+444
-404
lines changed

sources/net.sf.j2s.core/doc/Differences.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ N/A #26 occasionally, the compiler will insert Clazz.overwriteMethod when it sho
749749
This showed up in a case where we had void setVisible(b) { super.setVisible(b) ... and then super.setVisible(b)
750750
was not found.
751751

752-
TODO #25 for int f() { return 'o' } -- will return a string, not int
752+
FIXED #25 for int f() { return 'o' } -- will return a string, not int
753753

754754
TODO #24 in a file starting with an interface and also including a class, only the class is found.
755755

0 commit comments

Comments
 (0)