[Go] Fix member variables in base classes to handle CWRAP_NATURAL_VAR

correctly.  Add a test case for the problem.

Fixes #339.
This commit is contained in:
Ian Lance Taylor 2015-06-20 17:42:44 -07:00
commit 11d8403c3c
4 changed files with 47 additions and 3 deletions

View file

@ -246,6 +246,7 @@ CPP_TEST_CASES += \
ignore_parameter \
import_nomodule \
inherit \
inherit_member \
inherit_missing \
inherit_same_name \
inherit_target_language \