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,6 @@
// NAME: ISomething
// TARGET_FILE_NAME: extractToExistingFile.1.kt
class <caret>Something {
// INFO: {checked: "true"}
var independent = 1
}