Make changes in super call lambda not cause out-of-block modification (KT-13474)

#KT-13474 Fixed
This commit is contained in:
Nikolay Krasko
2016-08-26 21:17:39 +03:00
parent 64d511566e
commit 52dd02fe08
9 changed files with 77 additions and 7 deletions
+1
View File
@@ -104,6 +104,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-13589`](https://youtrack.jetbrains.com/issue/KT-13589) Use TODO() consistently in implementation stubs
- [`KT-13630`](https://youtrack.jetbrains.com/issue/KT-13630) Do not show Change Signature dialog when applying "Remove parameter" quick-fix
- Re-highlight only single function after local modifications
- [`KT-13474`](https://youtrack.jetbrains.com/issue/KT-13474) Fix performance of typing super call lambda
#### Intention actions, inspections and quickfixes