// !DIAGNOSTICS: +UNUSED_LAMBDA_EXPRESSION fun main() { "".run { {} } } fun T.run(f: (T) -> Unit): Unit = f(this)