blob: d07a15db6ba95da739f1479faa05ee5476876721 [file] [log] [blame]
package p;
public class B {
B(int t, A a){
a.add();
}
}