Open alecthomas opened 9 years ago
The following doesn't seem to report as an issue, but I would expect it to:
func foo() (name string) { if true { name := "foo" println(name) } return }
The following doesn't seem to report as an issue, but I would expect it to: