blob: 586b69ac2e1902b1158af66593e0836806d8c243 [file] [log] [blame]
class Super {
private final String field;
public Super() {
field = "text";
}
}