Dscanner: enable check for conflicts with builtin properties

This commit is contained in:
Sebastian Wilzbach 2017-02-20 14:13:57 +01:00
parent 395ae88ac7
commit a58f6cd249
3 changed files with 9 additions and 15 deletions

View file

@ -2657,12 +2657,6 @@ pure @safe nothrow unittest
{
T payload;
// needed for ElementType
auto init()
{
return payload.init;
}
ElementType!T moveAt(size_t i)
{
return payload.moveAt(i);