Imports on paste tests: generate result if does not exist and use default target file text
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import java.io.File
|
||||
|
||||
fun foo(): List<File><caret>
|
||||
fun foo(): List<File>
|
||||
@@ -1,5 +1,5 @@
|
||||
import java.io.File
|
||||
|
||||
fun foo() {
|
||||
list.add(File.separatorChar)<caret>
|
||||
list.add(File.separatorChar)
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
import ppp.Dependency
|
||||
|
||||
fun f() {
|
||||
return Dependency.FIELD<caret>
|
||||
return Dependency.FIELD
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
import ppp.dummy0
|
||||
|
||||
fun f() {
|
||||
return dummy0()<caret>
|
||||
return dummy0()
|
||||
}
|
||||
Reference in New Issue
Block a user