blob: 81b0c0969dfc944aa4a7da2ce1f0c79f9e4857e6 [file] [log] [blame]
package p4;
public class B {
B(int t, A.Inner a) {
a.amount();
}
}