mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
gc: fix chan <- chan precedence.
also allow func() func(). R=ken2 CC=golang-dev https://golang.org/cl/194078
This commit is contained in:
parent
46871692c2
commit
7abb4b3a96
9 changed files with 185 additions and 95 deletions
|
|
@ -150,7 +150,7 @@ var typeTests = []pair{
|
|||
b()
|
||||
})
|
||||
}{},
|
||||
"interface { a (func(func(int) (int)) (func(func(int)) (int))); b () }",
|
||||
"interface { a(func(func(int) int) func(func(int)) int); b() }",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue