You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
func main() {
len("asd") // error : len("asd") evaluated but not used
2 + 3 // error: 2 + 3 evaluated but not used
T(4) // error: T(4) evaluated but not used
}
type T int
The following built-in functions are not permitted in statement context:
append cap complex imag len make new real
unsafe.Alignof unsafe.Offsetof unsafe.Sizeof