Commit c2584d76 by Andrew Haley Committed by Andrew Haley

static_init2.java: New file.

2000-07-11  Andrew Haley  <aph@cygnus.com>

        * libjava.compile/static_init2.java: New file.

From-SVN: r34962
parent 72a50ab0
2000-07-11 Andrew Haley <aph@cygnus.com>
* libjava.compile/static_init2.java: New file.
2000-07-07 Tom Tromey <tromey@cygnus.com>
* libjava.lang/stringconst2.out: New file.
......
class static_init2 {
static final float two_to_the_30 =
(float) (1L << 30);
static float[] floatValues = {
(float)1.0,
(float)two_to_the_30,
};
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment