Rename: Suggest respective parameter name for the local variable passed to function

#KT-14792 Fixed
This commit is contained in:
Alexey Sedunov
2016-11-29 15:52:20 +03:00
parent b6d4bb4921
commit 475ae0d638
6 changed files with 130 additions and 3 deletions
+3
View File
@@ -354,6 +354,9 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-14197`](https://youtrack.jetbrains.com/issue/KT-14197) Move: Fix callable reference processing when moving to another package
- [`KT-13781`](https://youtrack.jetbrains.com/issue/KT-13781) Extract Function: Do not wrap companion member references inside of the `with` call
##### New features
- [`KT-14792`](https://youtrack.jetbrains.com/issue/KT-14792) Rename: Suggest respective parameter name for the local variable passed to function
## 1.0.5
### IDE