Fork of the Fernflower decompiler
fernflower/testData/results/TestRecordEmpty.dec

17 lines
229 B

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