[Go] Fix argument names in inherited functions #795 (#797)

* [Go] Fix argument names in inherited functions #795

This commit fixes a wrong argument name replacement in the inherited functions as well as a memory leak.

* Add testcase for #795

* Move variable_replacement testcase into common

* Move variable_replacement testcase into common
This commit is contained in:
Li Shengqiu 2016-09-27 10:08:47 +08:00 committed by Olly Betts
commit bac85d5b1a
3 changed files with 19 additions and 1 deletions

View file

@ -520,6 +520,7 @@ CPP_TEST_CASES += \
valuewrapper_opaque \
varargs \
varargs_overload \
variable_replacement \
virtual_destructor \
virtual_poly \
virtual_vs_nonvirtual_base \