Files
ProxyGenerator/tests/ProxyInterfaceSourceGeneratorTests/Source/IOperatorTest.cs
T
Stef Heyenrath 106385a466 Add support for implicit and explicit operators (#51)
* .

* xxxxxxxx

* rev

* ....

* .

* ok

* 2

* .

* ,
2023-01-09 21:06:30 +01:00

6 lines
123 B
C#

// file-scoped namespace !
namespace ProxyInterfaceSourceGeneratorTests.Source;
public partial interface IOperatorTest
{
}