Menu

#395 Support for Java 7 Literals

open
nobody
5
2011-09-25
2011-09-25
Anonymous
No

Java 7 allows the use of binary literals (0b1101) and the use of underscores in literals for readability (e.g. 2_564_234 instead of 2564234). But the interactions pane does not yet support these literals. It would be great if it did.

Discussion