Commit 95c56085 by Tom Tromey Committed by Tom Tromey

G19990304_01.out: New file.

	* libjava.toshiba/G19990304_01.out: New file.
	* libjava.toshiba/G19990304_01.java: New file.

From-SVN: r28870
parent 20c96b2a
1999-08-25 Tom Tromey <tromey@cygnus.com>
* libjava.toshiba/G19990304_01.out: New file.
* libjava.toshiba/G19990304_01.java: New file.
* libjava.lang/G19990310_01.out: New file.
* libjava.lang/G19990310_01.java: New file.
......
public class G19990304_01
{
public static void main (String[] args)
{
Object[] arrayObj = new String[3];
String[] arrayStr = new String[3];
try
{
System.out.println ("pass 1");
arrayObj[0] = arrayStr;
}
catch (RuntimeException e)
{
System.out.println ("RuntimeException");
}
System.out.println ("pass 2");
}
}
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