Descriptionreflect: add tests for variadic method calls
These tests fail when using gccgo. In gccgo using Interface
on the value of a method function is implemented using a
variant of MakeFunc. That approach did not correctly handle
variadic functions.
Patch Set 1 #Patch Set 2 : diff -r c5ee3f481631a7ddd652722e7dacf59daca12822 https://code.google.com/p/go #
MessagesTotal messages: 3
|