If sealed interfaces are "inlined" on inheritance, then there's no proper common supertype for such objects in Java.
In theory, we could compile sealed interfaces to abstract classes (with additional restrictions).
However, this is not different from having sealed classes.