fun main() { "".run { {} } } fun T.run(f: (T) -> Unit): Unit = f(this)