Is it expected that (sealed) interfaces are unstab...
# compose
t
Is it expected that (sealed) interfaces are unstable? Both of the implementations of my sealed interface are marked as stable but the interface itself seems to be marked as unstable when I check the compiler report.
s
Can you apply the annotation to the sealed interface too? Does it work? Does it help?
t
Applying
@Immutable
to the interface did work but I was wondering whether it was expected behavior or just something the compiler doesn't pick up on yet
s
Alright good to know. But that’s definitely a good question, I’d file a bug report if nobody replies here.