blob: feaf6467c21cf9a8c51ef0358be4efb1345f9910 [file] [log] [blame]
package p;
class B {
public void subroutine(A a, float subArg) {
a.subsub();
}
}