OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.cni/] [PR9577.java] - Blame information for rev 765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
// Check if a method name is mangled properly in the presence
2
// of an array parameter sharing a part of the type name 
3
// with a subsequent parameter.
4
 
5
public class PR9577
6
{
7
  private native void sayHello (String[] s, Object o);
8
 
9
  public static void main (String[] args)
10
  {
11
    PR9577 x = new PR9577( );
12
    x.sayHello( null, null);
13
  }
14
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.