diff options
Diffstat (limited to 'Test/dafny2/TreeFill.dfy')
-rw-r--r-- | Test/dafny2/TreeFill.dfy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/dafny2/TreeFill.dfy b/Test/dafny2/TreeFill.dfy index fdd73a1a..9bc95276 100644 --- a/Test/dafny2/TreeFill.dfy +++ b/Test/dafny2/TreeFill.dfy @@ -28,3 +28,4 @@ method Fill<T>(t: Tree, a: array<T>, start: int) returns (end: int) }
}
}
+
|