What about `auto intefaces`? So you can write clas...
# language-proposals
i
What about
auto intefaces
? So you can write class. declare that it implements auto interface, and kotlin will generate interface using public members.
🤔 1
b
Would this mean that any time I want to add another
public
member to the default class, that causes compile errors for all classes conforming to the auto interface? And what about
internal
interface members? Would those then be impossible?