blob: 3b8fb7677d17f52e2ad200a229cb77e7cd87a0a7 [file] [log] [blame]
public class X {
void p(String s, String t) {
System.out.printf("s: %s t: %s", s, t);
}
}