Extract Interface: Red-highlight members inherited from a super-interface when that interface reference itself is not extracted

#KT-15598 Fixed
This commit is contained in:
Alexey Sedunov
2017-01-12 18:33:09 +03:00
parent 57d364e7d4
commit ea7bf6b7c1
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -483,6 +483,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-15639`](https://youtrack.jetbrains.com/issue/KT-15639) Extract Superclass/Interface/Pull Up: Add spaces between 'abstract' modifier and annotations
- [`KT-15606`](https://youtrack.jetbrains.com/issue/KT-15606) Extract Interface/Pull Up: Warn about private members with usages in the original class
- [`KT-15635`](https://youtrack.jetbrains.com/issue/KT-15635) Extract Superclass/Interface: Fix bogus visibility warning inside a member when it's being moved as abstract
- [`KT-15598`](https://youtrack.jetbrains.com/issue/KT-15598) Extract Interface: Red-highlight members inherited from a super-interface when that interface reference itself is not extracted
#### Intention actions, inspections and quickfixes