More informative presentation of synthetic properties in completion

This commit is contained in:
Valentin Kipyatkov
2015-07-14 22:10:16 +03:00
parent d743924be9
commit 0cea5fc9b2
6 changed files with 37 additions and 27 deletions
@@ -4,5 +4,5 @@ fun foo(file: File?) {
file?.<caret>
}
// EXIST_JAVA_ONLY: { lookupString: "absolutePath", itemText: "absolutePath", tailText: " for File", typeText: "String!" }
// EXIST_JAVA_ONLY: { lookupString: "absolutePath", itemText: "absolutePath", tailText: " (from getAbsolutePath())", typeText: "String!" }
// ABSENT: getAbsolutePath