I tried to write interfaces like `Has3Components` ...
# announcements
n
I tried to write interfaces like
Has3Components
myself. But when implementing them with a data class I got a compile error because the same names were used in the interface and the generated code of the data class. However, that was exactly what I wanted!