Merge pull request #5157 from wilzbach/dscanner-builtin-conflict

Dscanner: enable check for conflicts with builtin properties
This commit is contained in:
Jack Stouffer 2017-02-20 13:50:16 -05:00 committed by GitHub
commit 19e240f136
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);