mirror of
https://github.com/golang/go
synced 2024-11-19 06:04:39 -07:00
bc0b458b10
Fix type inference to expect a type name for the first "make()" parameter and an integer for later parameters. For example: // Previously we expected "[]int{}", now we expect "[]int". var _ []int = make(<>) Note that we don't currently support actually completing to unnamed type names like "[]int", but this improvement at least eliminates nonsensical completion suggestions. // Previously we had no expectation, now we expect an int. var _ []int = make([]int, <>) Change-Id: Ifd349767662ab6902d3a3ea9e52de7df70cb37c7 Reviewed-on: https://go-review.googlesource.com/c/tools/+/217310 Run-TryBot: Muir Manders <muir@mnd.rs> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ingo Oeser <nightlyone@googlemail.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
25 lines
517 B
Plaintext
25 lines
517 B
Plaintext
-- summary --
|
|
CompletionsCount = 225
|
|
CompletionSnippetCount = 66
|
|
UnimportedCompletionsCount = 9
|
|
DeepCompletionsCount = 5
|
|
FuzzyCompletionsCount = 8
|
|
RankedCompletionsCount = 68
|
|
CaseSensitiveCompletionsCount = 4
|
|
DiagnosticsCount = 37
|
|
FoldingRangesCount = 2
|
|
FormatCount = 6
|
|
ImportCount = 7
|
|
SuggestedFixCount = 1
|
|
DefinitionsCount = 43
|
|
TypeDefinitionsCount = 2
|
|
HighlightsCount = 52
|
|
ReferencesCount = 8
|
|
RenamesCount = 23
|
|
PrepareRenamesCount = 8
|
|
SymbolsCount = 1
|
|
SignaturesCount = 23
|
|
LinksCount = 8
|
|
ImplementationsCount = 5
|
|
|