package main func main() { var z complex128 = 1 + 2i i := imag(z) // ERROR: imag not allowed _ = i }