var r : Runnable = object: Runnable { override fun run() { throw UnsupportedOperationException() } } //ELEMENT: object