fe979cc822
This test is equivalent to IDE debugger test testNoParameterExtensionLambdaArgumentCallInInline3, which changes behavior due to previous commit
5 lines
66 B
Kotlin
Vendored
5 lines
66 B
Kotlin
Vendored
fun lookAtMe(f: String.() -> Unit) {
|
|
"123".
|
|
f()
|
|
}
|