Move: Keep original file package name when moving top-level declarations to separate file (provided it's not ambiguous)

#KT-10950 Fixed
This commit is contained in:
Alexey Sedunov
2016-04-25 14:50:15 +03:00
parent 332fe29e94
commit 676000cdf7
3 changed files with 27 additions and 8 deletions
+1
View File
@@ -40,6 +40,7 @@ Issues fixed:
- [KT-11482](https://youtrack.jetbrains.com/issue/KT-11482) Fixed exception in "Move to companion object" intention
- [KT-11483](https://youtrack.jetbrains.com/issue/KT-11483) Pass implicit receiver as argument when moving member function to companion object
- [KT-11512](https://youtrack.jetbrains.com/issue/KT-11512) Allow choosing any source root in "Move file to directory" intention
- [KT-10950](https://youtrack.jetbrains.com/issue/KT-10950) Keep original file package name when moving top-level declarations to separate file (provided it's not ambiguous)
#### Debugger