add csharpier
This commit is contained in:
@@ -17,18 +17,14 @@ namespace ProxyInterfaceSourceGeneratorTests.Source
|
||||
|
||||
public object @object { get; set; } = null!;
|
||||
|
||||
public void Void()
|
||||
{
|
||||
}
|
||||
public void Void() { }
|
||||
|
||||
public string HelloWorld(string name)
|
||||
{
|
||||
return $"Hello {name} !";
|
||||
}
|
||||
|
||||
public void WithParams(params string[] values)
|
||||
{
|
||||
}
|
||||
public void WithParams(params string[] values) { }
|
||||
|
||||
public string Add(string s, string @string)
|
||||
{
|
||||
@@ -67,4 +63,4 @@ namespace ProxyInterfaceSourceGeneratorTests.Source
|
||||
return Task.FromResult((string?)"");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user