package test public inline fun T.myLet(f: (T) -> R): R = f(this)