Move to Companion Object: Fix exception when applied to class

#KT-13883 Fixed
This commit is contained in:
Alexey Sedunov
2016-09-19 14:09:47 +03:00
parent 64e5baade3
commit 11a7a242c8
2 changed files with 28 additions and 22 deletions
+1
View File
@@ -113,6 +113,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-9490`](https://youtrack.jetbrains.com/issue/KT-9490) Convert receiver to parameter: use template instead of the dialog
- [`KT-11483`](https://youtrack.jetbrains.com/issue/KT-11483) Move to Companion: Do not use qualified names as labels
- [`KT-13874`](https://youtrack.jetbrains.com/issue/KT-13874) Move to Companion: Fix AssertionError on running refactoring from Conflicts View
- [`KT-13883`](https://youtrack.jetbrains.com/issue/KT-13883) Move to Companion Object: Fix exception when applied to class
##### New features