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:
committed by
Space Team
parent
b7b7dd1000
commit
fe979cc822
@@ -0,0 +1,4 @@
|
||||
fun lookAtMe(f: String.() -> Unit) {
|
||||
"123".
|
||||
f()
|
||||
}
|
||||
Reference in New Issue
Block a user