uesc.java 161 Bytes
Newer Older
Tom Tromey committed
1 2 3 4 5 6 7 8 9
public class uesc
{
  public foo (Object[] v[])
  {
    char z = '\uuu00a0';
    char y = '\u00au0';		// At one point we erroneously
				// accepted this.
  }
}