Code completion: template item for function taking lambda with 2 or more parameters (KT-4855) + better handling of type instantiation in smart completion
This commit is contained in:
@@ -6,5 +6,5 @@ fun bar() {
|
||||
}
|
||||
|
||||
// ABSENT: "{...}"
|
||||
// EXIST: "{ (String) -> ... }"
|
||||
// EXIST: "{ (Int) -> ... }"
|
||||
// EXIST: "{ String -> ... }"
|
||||
// EXIST: "{ Int -> ... }"
|
||||
|
||||
Reference in New Issue
Block a user