class A{ String toHex(int i) {} String toHex(short i) {} void f(){ toHex('i'); } }