Extract function: avoid same parameter names

This commit is contained in:
Yan Zhulanow
2018-12-17 23:06:09 +09:00
parent 7de5ddaac9
commit 4ae01badff
5 changed files with 62 additions and 2 deletions
@@ -27,5 +27,5 @@ fun <T> T.inlineBlock(t: T, block: T.() -> Unit) {
// EXPRESSION: this
// RESULT: 2: I
// EXPRESSION: this@c
// RESULT: 3: I
// EXPRESSION: this + this@a + this@b + this@c
// RESULT: 12: I