blob: 62f0419dfb460297d64aef8850d228c507f411f9 [file] [log] [blame]
Robert Griesemer67812a72014-08-21 17:25:13 -07001//gofmt -r=interface{}->int
2
Robert Griesemer2ba6ecb2013-04-03 07:41:26 -07003// Copyright 2013 The Go Authors. All rights reserved.
4// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file.
6
7// Check that literal type expression rewrites are accepted.
8// Was issue 4406.
9
10package p
11
12type T int