Pull Up/Extract Interface: Disable "Make abstract" and assume it to be true for abstract members of an interface

#KT-15355 Fixed
This commit is contained in:
Alexey Sedunov
2017-01-10 21:03:06 +03:00
parent 8c882f0d27
commit 5de4e9fdac
10 changed files with 51 additions and 15 deletions
+1
View File
@@ -475,6 +475,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- Extract Interface: Disable inline/external/lateinit members
- [`KT-12704`](https://youtrack.jetbrains.com/issue/KT-12704), [`KT-15583`](https://youtrack.jetbrains.com/issue/KT-15583) Override/Implement Members: Support all nullability annotations respected by the Kotlin compiler
- [`KT-15563`](https://youtrack.jetbrains.com/issue/KT-15563) Override Members: Allow overriding virtual synthetic members (e.g. equals(), hashCode(), toString(), etc.) in data classes
- [`KT-15355`](https://youtrack.jetbrains.com/issue/KT-15355) Extract Interface: Disable "Make abstract" and assume it to be true for abstract members of an interface
#### Intention actions, inspections and quickfixes