mirror of
https://github.com/golang/go.git
synced 2025-10-30 00:00:56 +00:00
convert tests; nothing interesting.
R=r OCL=23012 CL=23014
This commit is contained in:
parent
9f4a27cbe6
commit
f48cbfdf56
82 changed files with 292 additions and 296 deletions
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
package main
|
||||
|
||||
type S struct
|
||||
export type S struct
|
||||
|
||||
type I interface {
|
||||
export type I interface {
|
||||
Foo()
|
||||
}
|
||||
|
||||
|
|
@ -21,5 +21,5 @@ func main() {
|
|||
}
|
||||
|
||||
// hide S down here to avoid static warning
|
||||
type S struct {
|
||||
export type S struct {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue