Wacky Kotlin suggestion: ```object : SomeInterface...
# announcements
j
Wacky Kotlin suggestion:
Copy code
object : SomeInterface by Delegates.unsupportedOperation()
Able to create an entire interface where all methods return:
UnsupportedOperationException
. Maybe this would make sense more in a testing scope.