Add support for 'file-scoped' namespaces (#32)

* 008

* n

* da
This commit is contained in:
Stef Heyenrath
2022-05-07 09:33:15 +02:00
committed by GitHub
parent 15547b9498
commit 23e9f80832
10 changed files with 116 additions and 50 deletions
@@ -1,6 +1,6 @@
namespace ProxyInterfaceSourceGeneratorTests.Source
// file-scoped namespace !
namespace ProxyInterfaceSourceGeneratorTests.Source;
public partial interface IPerson : IHuman
{
public partial interface IPerson : IHuman
{
}
}