blob: 4e53fde9a6a301e1076e193c6cc9f9c8dac32847 [file] [log] [blame]
public class X {
void p(String s, String t) {
System.out.println(<spot>"s: " + s + " t: " + t</spot>);
}
}