interface I implements J {
}
interface J implements I {
}
