We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b702c6f commit fb6f542Copy full SHA for fb6f542
tutorial/Postconditions.md
@@ -1,3 +1,6 @@
1
+---
2
+title: JML Tutorial - Postconditions (ensures clauses)
3
4
<div style="display: flex; justify-content: space-between;">
5
<div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
6
<a href="index.html"><<<Previous</a>
@@ -10,9 +13,6 @@
10
13
</div>
11
14
12
15
----
-title: JML Tutorial - Postconditions (ensures clauses)
16
17
A method's specification states _what_ the method does,
18
but not _how_ it is done. The effect of a method is
0 commit comments