package records;
public record TestRecordEmpty() {
public int hashCode() {
return 0;// 5
}
class 'records/TestRecordEmpty' {
method 'hashCode ()I' {
0 4
1 4
Lines mapping:
5 <-> 5