package p; import java.util.ArrayList; class A{ int m(int y){ int e= new ArrayList().iterator().hashCode(); return 1 + 2; } }