Fix 'this' case in implicit this inspection

This commit is contained in:
Mikhail Glukhikh
2017-11-02 13:39:28 +03:00
parent 64a51fe0d1
commit 6a7cdc01a6
3 changed files with 50 additions and 39 deletions
@@ -0,0 +1,4 @@
// PROBLEM: none
class Your(val x: Int)
fun Your.foo() = <caret>this.x