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