using System.Diagnostics.CodeAnalysis; namespace ProxyInterfaceSourceGeneratorTests.Source; public class Foo3 { public Bar3 Weird() { throw new NotImplementedException(); } } public class Bar3 { }