Copy: Copy entire file if it contains just a selected declaration

This commit is contained in:
Alexey Sedunov
2017-09-19 19:18:24 +03:00
parent c8c0ab1647
commit 6e59cc2140
14 changed files with 94 additions and 4 deletions
@@ -5,3 +5,7 @@ import foo.J.jjj
fun test() {
jjj()
}
fun dummy() {
}
@@ -5,3 +5,7 @@ import foo.J.jjj
fun <caret>test() {
jjj()
}
fun dummy() {
}