###@###.### (David Forster)
Compiler does not understand the string "\\\\u1161" it should interpret it as "\\u1161"
Steps to reproduce
Compile the accompaning code
/* fp.bugs 2266 */
class text
{
public static void main(String args[])
{
System.out.println("a is \\\\u1161");
}
}
Compiler does not understand the string "\\\\u1161" it should interpret it as "\\u1161"
Steps to reproduce
Compile the accompaning code
/* fp.bugs 2266 */
class text
{
public static void main(String args[])
{
System.out.println("a is \\\\u1161");
}
}