func() renamed to foo() for 'go'

This commit is contained in:
Vladimir Kalinin 2016-05-28 16:01:09 +03:00
commit 1f1286ab75

View file

@ -18,7 +18,7 @@ namespace B {
struct F
{
const E::D func();
const E::D foo();
};
}
%}