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