diff options
Diffstat (limited to 'libgo/go/cmd/gofmt/testdata/rewrite7.input')
-rw-r--r-- | libgo/go/cmd/gofmt/testdata/rewrite7.input | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/cmd/gofmt/testdata/rewrite7.input b/libgo/go/cmd/gofmt/testdata/rewrite7.input index 073e2a3e6f8..c1984708e71 100644 --- a/libgo/go/cmd/gofmt/testdata/rewrite7.input +++ b/libgo/go/cmd/gofmt/testdata/rewrite7.input @@ -1,3 +1,5 @@ +//gofmt -r=fun(x...)->Fun(x) + // Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. |