mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-07 07:44:39 +02:00
* libjava.compile/uesc.java: New file. * libjava.compile/uesc.xfail: New file. From-SVN: r40704
10 lines
161 B
Java
10 lines
161 B
Java
public class uesc
|
|
{
|
|
public foo (Object[] v[])
|
|
{
|
|
char z = '\uuu00a0';
|
|
char y = '\u00au0'; // At one point we erroneously
|
|
// accepted this.
|
|
}
|
|
}
|