Extract Superclass: Allow extraction to existing file

#KT-15351 Fixed
This commit is contained in:
Alexey Sedunov
2018-06-09 15:57:44 +03:00
parent 5ef54a2f03
commit b0e0460ee6
15 changed files with 65 additions and 17 deletions
@@ -0,0 +1,4 @@
// NAME: SomethingBase
// TARGET_FILE_NAME: extractToExistingFile.1.kt
class Something : SomethingBase() {
}