source: trunk/gcc/libjava/testsuite/libjava.compile/PR5913.java

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 171 bytes
Line 
1class 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.