Nikolay Kasyanov
02/05/2021, 8:19 AMpublic
modifier for public interfaces’ methods? It’s not like you can type anything else there anyway, looks redundant.Marc Knaup
02/05/2021, 9:08 AMinternal
functions to (sealed?) interfaces?
Btw, you can add a private fun
to interfaces if you implement it there.Nikolay Kasyanov
02/05/2021, 9:09 AM