mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
fix property enforcement
This commit is contained in:
parent
e7b3d834d7
commit
611a9a1b9b
4 changed files with 9 additions and 11 deletions
|
@ -1966,7 +1966,7 @@ unittest
|
|||
return ThrowingRange();
|
||||
})();
|
||||
|
||||
save.save();
|
||||
save.save;
|
||||
|
||||
auto slice = f.handle!(Exception,
|
||||
RangePrimitive.opSlice, (e, r) => ThrowingRange())();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue