Extract Interface/Pull Up: Drop 'final' modifier when moving to an interface

#KT-15640 Fixed
This commit is contained in:
Alexey Sedunov
2017-01-11 13:24:05 +03:00
parent 66f1925f16
commit e10b50a648
8 changed files with 49 additions and 1 deletions
+1
View File
@@ -479,6 +479,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-15353`](https://youtrack.jetbrains.com/issue/KT-15353) Extract Superclass/Interface: Allow extracting class with special name (and quotes)
- [`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
#### Intention actions, inspections and quickfixes