source: trunk/gcc/libjava/testsuite/libjava.compile/static_init2.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: 166 bytes
Line 
1class static_init2 {
2 static final float two_to_the_30 =
3 (float) (1L << 30);
4
5 static float[] floatValues = {
6 (float)1.0,
7 (float)two_to_the_30,
8 };
9}
Note: See TracBrowser for help on using the repository browser.