blob: 227a4e686fb3ee0cb99eab38b4175911c590b502 [file] [log] [blame]
package b;
import c.C;
public class B extends C {
void method2Move() {
foo();
}
}