//file class Test { void putInt(int i) {} void test() { Byte b = 10; putInt(b); } }