blob: 24ed74caf38d9246e2f1435c90a2604b906dda96 [file] [log] [blame]
/**
* Created by IntelliJ IDEA.
* User: db
* Date: 18.11.11
* Time: 18:53
* To change this template use File | Settings | File Templates.
*/
public class A {
void f (Integer x) {
}
void f (Integer x, Integer y){
}
}