sonygod / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Types within inner namespace doesn't get exported #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
namespace a
{
  namespace b
  {
     //type here will not get exported
  }
}

Original issue reported on code.google.com by DanelK...@gmail.com on 24 Nov 2011 at 7:50

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 25 Nov 2011 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 26 Nov 2011 at 9:14