Moving test data into java-specific folder

This commit is contained in:
Valentin Kipyatkov
2015-08-13 15:48:38 +03:00
parent ec7c55c9be
commit 9546e46ae0
18 changed files with 131 additions and 176 deletions
@@ -0,0 +1,8 @@
import java.io.File
fun foo(file: File) {
file.<caret>
}
// EXIST: { lookupString: "absolutePath", itemText: "absolutePath", tailText: " (from getAbsolutePath())", typeText: "String!" }
// ABSENT: getAbsolutePath