Added to a test

This commit is contained in:
2022-10-16 10:35:44 +01:00
parent bd348abf32
commit 78ce3bdb99

View File

@@ -19,4 +19,12 @@ val
;
//test the value is actually altered
fn _increment(self) {
return self + 1;
}
assert 3.increment().increment() == 5, "dot chaining increment failed";
print "All good";