what you want is `val something = object : SomeInt...
# announcements
n
what you want is
val something = object : SomeInterface { ... }
i think