Remove Redundant Receiver Parameter: Do not run refactoring inside write action

#KT-13878 Fixed
This commit is contained in:
Alexey Sedunov
2016-09-22 20:32:00 +03:00
parent 698660b9c6
commit 06936328ab
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -119,6 +119,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-13877`](https://youtrack.jetbrains.com/issue/KT-13877) Move to Companion Object: Warn if companion object already contains function with the same signature
- [`KT-13933`](https://youtrack.jetbrains.com/issue/KT-13933) Convert Parameter to Receiver: Do not qualify companion members with labeled 'this'
- [`KT-13942`](https://youtrack.jetbrains.com/issue/KT-13942) Redundant 'toString()' in String Template: Disable for qualified expressions with 'super' receiver
- [`KT-13878`](https://youtrack.jetbrains.com/issue/KT-13878) Remove Redundant Receiver Parameter: Fix exception receiver removal
##### New features