object : Runnable() { override public fun run() : Unit { System.out?.println("Run") } }