Completion and import popup for bound callable references

This commit is contained in:
Valentin Kipyatkov
2016-06-20 19:36:30 +03:00
parent 079d857aa2
commit e05aa41bbc
13 changed files with 206 additions and 24 deletions
@@ -0,0 +1,10 @@
import java.io.File
fun f(file: File) {
val v = file::<caret>
}
// EXIST_JAVA_ONLY: { itemText: "getFreeSpace", tailText: "()", attributes: "bold" }
// ABSENT: freeSpace
// EXIST_JAVA_ONLY: { itemText: "isFile", tailText: "()", attributes: "bold" }
// ABSENT: { itemText: "isFile", tailText: " (from isFile())" }