K2: add source range test with extension lambda call

This test is equivalent to IDE debugger test
testNoParameterExtensionLambdaArgumentCallInInline3,
which changes behavior due to previous commit
This commit is contained in:
Mikhail Glukhikh
2023-10-13 13:26:09 +02:00
committed by Space Team
parent b7b7dd1000
commit fe979cc822
6 changed files with 36 additions and 0 deletions
@@ -0,0 +1,4 @@
fun lookAtMe(f: String.() -> Unit) {
"123".
f()
}