blob: cb5c2c43bb294be23ae973f25d86705cc813b33f [file]
// FIR_IDENTICAL
fun lookAtMe(f: String.() -> Unit) {
"123".
f()
}