source:
trunk/src/gcc/libjava/testsuite/libjava.compile/PR5913.java@
2
| Last change on this file since 2 was 2, checked in by , 23 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.
