mirror of https://github.com/mono/CppSharp.git
4 changed files with 47 additions and 4 deletions
@ -1,6 +1,12 @@ |
|||||||
#include "NamespacesDerived.h" |
#include "NamespacesDerived.h" |
||||||
|
|
||||||
|
|
||||||
Derived::Derived() : Base(10), component(5) |
Derived::Derived() : Base(10), baseComponent(5), nestedNSComponent(), color(OverlappingNamespace::blue) |
||||||
{ |
{ |
||||||
} |
} |
||||||
|
|
||||||
|
|
||||||
|
OverlappingNamespace::InDerivedLib::InDerivedLib() : parentNSComponent(), color(black) |
||||||
|
{ |
||||||
|
|
||||||
|
} |
||||||
|
Loading…
Reference in new issue