commit | 839a68469b6f8bf40620a7977041e089bbd0eba3 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jan 20 14:40:40 2009 -0800 |
committer | Russ Cox <rsc@golang.org> | Tue Jan 20 14:40:40 2009 -0800 |
tree | f8305b165ee5ff41e9ef2b0f76e26f7ab3ece269 | |
parent | 0183baaf449338f54727814d079c0254c18226f9 [diff] [blame] |
delete export TBR=r OCL=23121 CL=23127
diff --git a/test/method1.go b/test/method1.go index d279c50..c88607d 100644 --- a/test/method1.go +++ b/test/method1.go
@@ -6,7 +6,7 @@ package main -export type T struct { } +type T struct { } func (t *T) M(int, string); // GCCGO_ERROR "previous" func (t *T) M(int, float) { } // ERROR "redeclared|redefinition"