blob: 1abf64b0c6d9d1131b98cd2581a9e6af50dd6c6d [file] [log] [blame]
class A{
String toHex(int i) {}
String toHex(short i) {}
void f(){
<ref>toHex('i');
}
}