Added a test

This commit is contained in:
Valentin Kipyatkov
2015-08-18 19:01:58 +03:00
parent 58e79037ed
commit 14c2500261
2 changed files with 14 additions and 0 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!", attributes: "grayed" }
// ABSENT: getAbsolutePath