blob: 1c3e27f646c14aa7b65d7d1f03c99a0fa9494b42 [file] [log] [blame]
public class ClassA {
void test(ClassB classB) {
classB.test();
}
}