semoro
class Test { val someRunnable: Runnable = object : Runnable { override fun run() { this.run() } } }