@Test
 public void test_hashCode() {
   assertThat(ref.hashCode(), equalTo(String.class.hashCode()));
 }