blob: 8bbc7821f5576e1db35ec0c4cb252834f110c716 [file] [log] [blame]
public class T11337 {
void f(byte bytes) {
String s= "k";
/*[*/System.out.println(s + " " + bytes); /*]*/
}
}