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