Extract Superclass/Interface: Allow extracting class with special name (and quotes)

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