Fixed completion for safe call

This commit is contained in:
Valentin Kipyatkov
2015-07-08 22:34:41 +03:00
parent 48b163758f
commit 9b3cbc6f25
4 changed files with 22 additions and 2 deletions
@@ -0,0 +1,7 @@
import java.io.File
fun foo(file: File?) {
file?.<caret>
}
// EXIST_JAVA_ONLY: { lookupString: "absolutePath", itemText: "absolutePath", tailText: " for File", typeText: "String!" }