add test case for bug #1071279
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6906 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d14dfc9606
commit
967049636c
2 changed files with 13 additions and 1 deletions
|
|
@ -33,6 +33,14 @@ public:
|
|||
virtual double perimeter(void);
|
||||
};
|
||||
|
||||
typedef Square TSquare;
|
||||
class CFoo
|
||||
{
|
||||
public:
|
||||
static Square MakeSquare(void) {return Square(4.0);};
|
||||
static TSquare MakeTSquare(void) {return Square(4.0);};
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue