OSDN Git Service

gcc/java/:
[pf3gnuchains/gcc-fork.git] / libjava / testsuite / libjava.compile / PR5913.java
1 class PR5913
2 {
3   boolean test1 = ("" + 1) instanceof String;
4   // This also tests literal parsing, as mentioned in PR 5902.
5   boolean test2 = "" + 0x1instanceof String;
6 }