#f(int int)
6 messages · Page 1 of 1 (latest)
in the first case with "int int" the first int is used as a variable
func x(int int) int {
return int + 1
}
func main() {
println(x(1))
}
You can.
Your editor just doesnt color that correclty