Commit 24823dcf by Tom Tromey Committed by Tom Tromey

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

From-SVN: r31552
parent 0a068841
2000-01-20 Tom Tromey <tromey@cygnus.com>
* libjava.compile/BlankFinal.java: New file.
2000-01-19 Alexandre Petit-Bianco <apbianco@cygnus.com>
* libjava.lang/anon.java, libjava.lang/anon2.java,
......
// Test to see if "blank final" variables work.
// From Mo DeJong <mdejong@cygnus.com>
public class BlankFinal {
static final boolean cond;
static {
try
{
cond = true;
}
catch(Exception e) {
// do nothing
}
}
}
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