alexander.asanov
class R(r: () -> Any?) : Runnable by rr(r).value { } fun rr(body: () -> Any?): Lazy<Runnable> = TODO()