third attempo to commit, same changes, ie director + nested but no extra shift/reduce
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6518 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5eedf21fcf
commit
0a1dd2a422
2 changed files with 8 additions and 9 deletions
|
|
@ -9,7 +9,6 @@ class A { int x; };
|
|||
class B {
|
||||
class C { int y; }; //generates a warning
|
||||
class D : public A { int z; }; //ok
|
||||
class E : public A { int z; } e; //ok
|
||||
};
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue