Convert Receiver to Parameter Intention: Update function descriptor after template is finished (otherwise some references may be processed incorrectly)

This commit is contained in:
Alexey Sedunov
2016-10-14 19:20:57 +03:00
committed by Ilya Gorbunov
parent 51566942f6
commit 8c3fcf69f2
5 changed files with 22 additions and 1 deletions
+1
View File
@@ -253,6 +253,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-14143`](https://youtrack.jetbrains.com/issue/KT-14143) Create from Usages: Do not suggest on type-mismatched expressions which are not call arguments
- [`KT-13882`](https://youtrack.jetbrains.com/issue/KT-13882) Convert Receiver to Parameter: Fix AssertionError
- [`KT-14199`](https://youtrack.jetbrains.com/issue/KT-14199) Add Library: Fix exception due to resolution being run in the "dumb mode"
- Convert Receiver to Parameter: Fix this replacement
##### New features