blob: 501c4d81b104154d3ae1a90b6e1f7fc6031a1a92 [file] [log] [blame]
/**
* Created by IntelliJ IDEA.
* User: db
* Date: 18.11.11
* Time: 18:54
* To change this template use File | Settings | File Templates.
*/
public class C {
void f (A a){
a.f(1);
}
}