// "Replace with 'Double.hashCode()'" "true-preview" public class Test { void test(Double d) { /*comment*/ System.out.println(d.hashCode()); } }