blob: 7c02a24759116b654486b1eefeb25ff01d445154 [file] [log] [blame]
package p;
public class B {
B(int t, I a){
a.amount();
}
}