Skip to content

Commit bc80e2f

Browse files
author
davidcok
committed
Remove experiment
1 parent 966336a commit bc80e2f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tutorial/Postconditions.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
title: JML Tutorial - Postconditions (ensures clauses)
33
---
44

5-
<!--
6-
<div style="display: flex; justify-content: space-between;">
7-
<div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
8-
<a href="index.html">&lt;&lt;&lt; Previous</a>
9-
</div>
10-
<div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align:center;">
11-
<a href="index.html">TOC</a>
12-
</div>
13-
<div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align:right;">
14-
<a href="Preconditions.html">Next &gt;&gt;&gt;</a>
15-
</div>
16-
</div>
17-
-->
18-
195
A method's specification states _what_ the method does,
206
but not _how_ it is done. The effect of a method is
217
stated in its _postcondition_, which is written in an

0 commit comments

Comments
 (0)