File size: 148 Bytes
4929087 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | //gofmt -s
// Test case for issue 7631.
package main
// Keep this declaration
var ()
const (
// Keep this declaration
)
type ()
func main() {} |
4929087 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | //gofmt -s
// Test case for issue 7631.
package main
// Keep this declaration
var ()
const (
// Keep this declaration
)
type ()
func main() {} |