Files
kotlin-fork/idea/testData/slicer/inflow/extensionLambdaReceiver.leafGroups.txt
T
2020-04-18 01:24:55 +03:00

9 lines
379 B
Plaintext
Vendored

4 with(<bold>"A"</bold>) {
5 val <bold>v = this</bold>
5 val v = <bold>this</bold>
4 [LAMBDA OUT] with("A") <bold>{</bold>
9 [LAMBDA OUT] inline fun <T, R> with(receiver: T, <bold>block: T.() -> R</bold>): R {
10 return <bold>receiver</bold>.block()
9 inline fun <T, R> with(<bold>receiver: T</bold>, block: T.() -> R): R {
4 with(<bold>"A"</bold>) {