blob: 853f48a0ef5db1e57bab259287909996369e60b7 [file] [log] [blame]
public class X {
X(String s) {
}
protected void foo() {
append("argument");
}
}