接口

interface Printable {
    fun print()
}

val printable = Printable() //<- Error