blob: 91d63f100cb2f6572003fb1e61b05950572e8148 [file]
// RUN_PIPELINE_TILL: BACKEND
// DIAGNOSTICS: +UNUSED_LAMBDA_EXPRESSION
fun main() {
"".run {
{}
}
}
fun <T> T.run(f: (T) -> Unit): Unit = f(this)
/* GENERATED_FIR_TAGS: funWithExtensionReceiver, functionDeclaration, functionalType, lambdaLiteral, nullableType,
stringLiteral, thisExpression, typeParameter */