source: trunk/gcc/libjava/testsuite/libjava.compile/PR208.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: 254 bytes
Line 
1public class PR208
2{
3 public String toString ()
4 {
5 StringBuffer sb = new StringBuffer("");
6
7 sb.append (new java.util.Date().getTime() / 1000);
8
9 try {
10 }
11 catch (java.io.IOException e) {
12 }
13
14 return sb.toString();
15 }
16}
Note: See TracBrowser for help on using the repository browser.