0
1
mirror of https://github.com/golang/go synced 2025-05-05 03:21:36 +00:00

cmd/gc: another special (%hhS) case for method names.

Fixes 

R=rsc
CC=golang-dev
https://golang.org/cl/5637047
This commit is contained in:
Luuk van Dijk
2012-02-06 16:38:59 +01:00
parent 5efd5624cc
commit 0b9f090861
4 changed files with 52 additions and 0 deletions
src/cmd/gc
test/fixedbugs

7
test/fixedbugs/bug407.go Normal file

@ -0,0 +1,7 @@
// $G $D/$F.dir/one.go && $G $D/$F.dir/two.go
// Copyright 2011 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.
package ignored