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
Stylianos Gakis
07/17/2023, 10:10 AM
Can you apply the annotation to the sealed interface too? Does it work? Does it help?
t
Tom De Decker
07/17/2023, 10:27 AM
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
Stylianos Gakis
07/17/2023, 10:49 AM
Alright good to know. But that’s definitely a good question, I’d file a bug report if nobody replies here.