// "Create setter for 's'" "true-preview" class A { private String s; void setS(String s) { this.s = s; } }