class BackslashU { void test() { String x = "\u00A0"; int y = 10; y = (12); } }