namespace Foo
{
public class Greet : Base, Other, IInterface.test.path
{
public Greet(string who)
{
Who = who;
}
int[] f(int val = 0)
{
new Type();
return getType();
throw getError();
await Stuff();
}
}
public class TesterA<R, S> where R : class where S : IComparable
{}
}