rewrite8.golden 292 B

123456789101112
  1. //gofmt -r=interface{}->int
  2. // Copyright 2013 The Go Authors. All rights reserved.
  3. // Use of this source code is governed by a BSD-style
  4. // license that can be found in the LICENSE file.
  5. // Check that literal type expression rewrites are accepted.
  6. // Was issue 4406.
  7. package p
  8. type T int