KT-4908 Smart completion does not work for arguments of function with vararg

#KT-4908 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-05-06 18:33:52 +03:00
parent 4c315b6219
commit 2adf0a3e9a
49 changed files with 369 additions and 93 deletions
@@ -2,5 +2,5 @@ fun foo(){
val l : java.util.Calendar = <caret>
}
// ELEMENT_TEXT: Calendar.getInstance
// TAIL_TEXT: (TimeZone!)
// ELEMENT_TEXT: "Calendar.getInstance"
// TAIL_TEXT: "(TimeZone!) (java.util)"