Replace body with do.

This commit is contained in:
Hiroki Noda 2017-12-05 22:14:08 +09:00
parent 10b8a22b95
commit a3dcda5741

View file

@ -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 == "/")