Smart completion: lambda item uses template to allow change parameter names

This commit is contained in:
Valentin Kipyatkov
2014-04-18 19:26:39 +04:00
parent 767eb04930
commit 4968377969
18 changed files with 299 additions and 52 deletions
+2 -2
View File
@@ -6,5 +6,5 @@ fun bar() {
}
// ABSENT: "{...}"
// EXIST: "{ String -> ... }"
// EXIST: "{ Int -> ... }"
// EXIST: "{ (String) -> ... }"
// EXIST: "{ (Int) -> ... }"