Imports on paste tests: generate result if does not exist and use default target file text

This commit is contained in:
Valentin Kipyatkov
2015-04-09 12:19:24 +03:00
parent c5a785577b
commit bfadd489a3
7 changed files with 38 additions and 40 deletions
@@ -1,5 +1,5 @@
import ppp.Dependency
fun f() {
return Dependency.FIELD<caret>
return Dependency.FIELD
}