Smart completion for generic class instantiation to not insert explicit type arguments (for they'll probably be inferred from the expected type)

This commit is contained in:
Valentin Kipyatkov
2015-09-03 19:35:19 +03:00
parent f470fec840
commit 40de063ebd
12 changed files with 20 additions and 23 deletions
@@ -2,4 +2,4 @@ import java.util.ArrayList
var a : ArrayList<String> = <caret>
// EXIST: { lookupString: "ArrayList", itemText: "ArrayList<String>", tailText: "(...) (java.util)" }
// EXIST: { lookupString: "ArrayList", itemText: "ArrayList", tailText: "(...) (java.util)" }