source:
trunk/gcc/libjava/testsuite/libjava.compile/PR5913.java
Last change on this file was 2, checked in by , 22 years ago | |
---|---|
|
|
File size: 171 bytes |
Line | |
---|---|
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 | } |
Note:
See TracBrowser
for help on using the repository browser.