public class X04b { void foo() { if (true) { /**** * \r and \n are not valid * in string literals ****/ } } }