Extract Superclass/Interface/Pull Up: Reformat modifier lists of generated declarations (to add spaces where needed)

#KT-15639 Fixed
This commit is contained in:
Alexey Sedunov
2017-01-11 14:19:43 +03:00
parent e10b50a648
commit 1c16d2af1a
8 changed files with 56 additions and 0 deletions
+1
View File
@@ -480,6 +480,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-15643`](https://youtrack.jetbrains.com/issue/KT-15643) Extract Interface/Pull Up: Disable "Make abstract" and assume it to be true for primary constructor parameter when moving to an interface
- [`KT-15607`](https://youtrack.jetbrains.com/issue/KT-15607) Extract Interface/Pull Up: Disable internal/protected members when moving to an interface
- [`KT-15640`](https://youtrack.jetbrains.com/issue/KT-15640) Extract Interface/Pull Up: Drop 'final' modifier when moving to an interface
- [`KT-15639`](https://youtrack.jetbrains.com/issue/KT-15639) Extract Superclass/Interface/Pull Up: Add spaces between 'abstract' modifier and annotations
#### Intention actions, inspections and quickfixes