Introduce Variable: Fix exception on trying to extract variable of functional type

#KT-14004 Fixed
This commit is contained in:
Alexey Sedunov
2016-09-23 15:32:55 +03:00
parent 06936328ab
commit ca482c32c6
2 changed files with 18 additions and 15 deletions
+1
View File
@@ -141,6 +141,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-13901`](https://youtrack.jetbrains.com/issue/KT-13901) Move: Do not ignore target directory selected in the dialog (DnD mode)
- [`KT-13904`](https://youtrack.jetbrains.com/issue/KT-13904) Move Nested Class to Upper Level: Preserve state of "Search in comments"/"Search for text occurrences" checkboxes
- [`KT-13909`](https://youtrack.jetbrains.com/issue/KT-13909) Move Files/Directories: Fix behavior of "Open moved files in editor" checkbox
- [`KT-14004`](https://youtrack.jetbrains.com/issue/KT-14004) Introduce Variable: Fix exception on trying to extract variable of functional type
##### New features