Files

7 lines
84 B
Kotlin
Vendored

// FIR_IDENTICAL
fun lookAtMe(f: String.() -> Unit) {
"123".
f()
}