mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Merge pull request #5157 from wilzbach/dscanner-builtin-conflict
Dscanner: enable check for conflicts with builtin properties
This commit is contained in:
commit
19e240f136
3 changed files with 9 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue