static_init2.java: New file.
2000-07-11 Andrew Haley <aph@cygnus.com> * libjava.compile/static_init2.java: New file. From-SVN: r34962
This commit is contained in:
parent
72a50ab013
commit
c2584d76af
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-07-11 Andrew Haley <aph@cygnus.com>
|
||||||
|
|
||||||
|
* libjava.compile/static_init2.java: New file.
|
||||||
|
|
||||||
2000-07-07 Tom Tromey <tromey@cygnus.com>
|
2000-07-07 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
* libjava.lang/stringconst2.out: New file.
|
* libjava.lang/stringconst2.out: New file.
|
||||||
|
|
9
libjava/testsuite/libjava.compile/static_init2.java
Normal file
9
libjava/testsuite/libjava.compile/static_init2.java
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
class static_init2 {
|
||||||
|
static final float two_to_the_30 =
|
||||||
|
(float) (1L << 30);
|
||||||
|
|
||||||
|
static float[] floatValues = {
|
||||||
|
(float)1.0,
|
||||||
|
(float)two_to_the_30,
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue