mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 20:01:31 -05:00
* libjava.compile/PR11600.xfail: New file. * libjava.compile/PR11600.java: New file. From-SVN: r70183
8 lines
106 B
Java
8 lines
106 B
Java
public class PR11600 implements Cloneable
|
|
{
|
|
public Object clone ()
|
|
{
|
|
return super.clone ();
|
|
}
|
|
}
|