Files
kotlin-fork/idea/testData/refactoring/copy/copyFIleToDefaultPackage/copyFIleToDefaultPackage.test
T
Alexey Sedunov 0beadddb7f Copy: Improve file copying
- Do not copy individual declarations if entire file is selected
  (keeping original content with comments, formatting, etc.)
- Update package directive when original file packages matches
  its directory

 #KT-20092 Fixed
 #KT-18196 Fixed
2017-09-25 14:40:17 +03:00

5 lines
55 B
Plaintext
Vendored

{
"mainFile": "foo/test.kt",
"targetPackage": ""
}