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));
|
assert(ObjectPath.isValid(_value) && ObjectPath.isValid(rhs._value));
|
||||||
} out (v) {
|
} out (v) {
|
||||||
assert(ObjectPath.isValid(v._value));
|
assert(ObjectPath.isValid(v._value));
|
||||||
} body {
|
} do {
|
||||||
ObjectPath ret;
|
ObjectPath ret;
|
||||||
|
|
||||||
if (_value == "/")
|
if (_value == "/")
|
||||||
|
|
Loading…
Reference in a new issue