<@U0J391N68>: So you're think something like this ...
# announcements
e
@zoltu: So you're think something like this (with a less silly keyword)?
Copy code
interfaceclass Foo(...) {
    val Bar = ...
    fun Baz() { ... }
}
Basically just saving you from having to separately maintain an interface, but not providing any other value