blob: 6a5e0848aaf536bc5c2f5a5ce80c04ea3ff5e433 [file] [log] [blame]
public class Base implements I, J {
public void methodFromI() {
}
public void methodFromJ() {
}
}