Right now for `func(a int, b int, c int) ` we would output 2 suggestions `a, b int` `b, c int` but it should be just one `a, b, c int`