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,7 +1,6 @@
namespace ProxyInterfaceSourceGeneratorTests.Source
namespace ProxyInterfaceSourceGeneratorTests.Source;
public struct MyStruct
{
public struct MyStruct
{
public int Id { get; set; }
}
public int Id { get; set; }
}