[Go] Don't convert arrays to pointers if there is a "gotype" typemap entry.
Fixes #749
This commit is contained in:
parent
46aaf11b01
commit
b819363117
4 changed files with 50 additions and 2 deletions
|
|
@ -54,4 +54,8 @@ func main() {
|
|||
c1 := go_inout.NewC1()
|
||||
c2.M2(c1)
|
||||
c2.M2(nil)
|
||||
|
||||
if !go_inout.Strings([]string{"1", "2"}) {
|
||||
panic("Strings failed")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue