Bug fix: CompositionProxyTypeBuilder crashed when class has protected constructor.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Spring.Objects
|
||||
{
|
||||
public class ClassWithProtectedCtor : IOther
|
||||
{
|
||||
protected ClassWithProtectedCtor()
|
||||
{
|
||||
}
|
||||
|
||||
public void Absquatulate()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user