Replace body with do.
This commit is contained in:
parent
10b8a22b95
commit
a3dcda5741
|
@ -59,7 +59,7 @@ struct ObjectPath {
|
|||
assert(ObjectPath.isValid(_value) && ObjectPath.isValid(rhs._value));
|
||||
} out (v) {
|
||||
assert(ObjectPath.isValid(v._value));
|
||||
} body {
|
||||
} do {
|
||||
ObjectPath ret;
|
||||
|
||||
if (_value == "/")
|
||||
|
|
Loading…
Reference in a new issue