URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [G19990304_01.java] - Rev 772
Go to most recent revision | Compare with Previous | Blame | View Log
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"); } }
Go to most recent revision | Compare with Previous | Blame | View Log