Extract Interface/Superclass: Disable "Make abstract" for inline/external/lateinit members

#KT-15602 Fixed
This commit is contained in:
Alexey Sedunov
2017-01-10 17:58:00 +03:00
parent edf5d7da10
commit e67d10c028
6 changed files with 17 additions and 0 deletions
+1
View File
@@ -471,6 +471,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- Project View: Fix presentation of Kotlin files and their members when @JvmName having the same name as the file itself
- [`KT-15611`](https://youtrack.jetbrains.com/issue/KT-15611) Extract Interface/Superclass: Disable const-properties
- Pull Up: Fix pull-up from object to superclass
- [`KT-15602`](https://youtrack.jetbrains.com/issue/KT-15602) Extract Interface/Superclass: Disable "Make abstract" for inline/external/lateinit members
#### Intention actions, inspections and quickfixes