Commit addcdfec by Anthony Green Committed by Anthony Green

New test case.

From-SVN: r31951
parent 762016bf
2000-02-12 Anthony Green <green@cygnus.com>
* libjava.compile/assignment.java: New file.
2000-02-12 Anthony Green <green@cygnus.com>
* libjava.compile/inner_data.java: New file.
2000-02-12 Anthony Green <green@cygnus.com>
......
// A definite assignment test.
public class assignment
{
public static Byte foo ()
{
Byte b;
while (true) {
try {
b = Byte.decode ("42");
break;
} catch (NumberFormatException ignored) {}
}
return b;
}
}
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