| //gofmt -s | |
| // Test case for issue 7631. | |
| package main | |
| // Keep this declaration | |
| var () | |
| const ( | |
| // Keep this declaration | |
| ) | |
| type () | |
| func main() {} |
| //gofmt -s | |
| // Test case for issue 7631. | |
| package main | |
| // Keep this declaration | |
| var () | |
| const ( | |
| // Keep this declaration | |
| ) | |
| type () | |
| func main() {} |