uesc.java: New file.

* libjava.compile/uesc.java: New file.
	* libjava.compile/uesc.xfail: New file.

From-SVN: r40704
This commit is contained in:
Tom Tromey 2001-03-21 18:52:24 +00:00 committed by Tom Tromey
parent 4aed89380c
commit 57df195483
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,9 @@
public class uesc
{
public foo (Object[] v[])
{
char z = '\uuu00a0';
char y = '\u00au0'; // At one point we erroneously
// accepted this.
}
}