Copy: Copy entire file if it contains just a selected declaration
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user