// "Create getter for 's'" "true-preview" class A { private String s; String getS() { return s; } }