ltzmaxwell
ltzmaxwell
this conversion should be legal but panic. ```go package main import "fmt" func main() { // Create a slice s := []int{1, 2, 3, 4, 5} // Convert slice to...
depends on #4935 .
depends on #4877 .
this PR improves the error message for comparison mismatch that mentioned in #4911.
remove duplicate logic, see comments in files.