blob: b9b41cd83516ed5e249fe7d46f8da030ab65f9cc [file] [log] [blame]
//package test0257;
//import java.util.*;
//public class Test {
// public void bar() {
// foo((int) 0);
// }
//
// void foo(int arg) {
// }
//
// void foo(long arg) {
// }
//}