Shorten References: Support 'this' simplification
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class A(val n: Int) {
|
||||
fun foo(n: Int): Int = <selection>this.n + 1</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user