diff --git a/SWIG/Examples/test-suite/name_warnings.i b/SWIG/Examples/test-suite/name_warnings.i index 85452eaf2..f691ba628 100644 --- a/SWIG/Examples/test-suite/name_warnings.i +++ b/SWIG/Examples/test-suite/name_warnings.i @@ -18,17 +18,17 @@ #endif %} +class string; // csharp keyword +namespace std +{ + template + class complex; +} + %inline { - class string; // csharp keyword class complex; // python built-in - namespace std - { - template - class complex; - } - typedef complex None; // python built-in struct A