summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug139.dfy.expect
diff options
context:
space:
mode:
authorGravatar qunyanm <unknown>2016-02-26 16:50:38 -0800
committerGravatar qunyanm <unknown>2016-02-26 16:50:38 -0800
commitc558eecdcd6444919c0314043c0f328c85ca3b22 (patch)
tree2c11ac97b45b26e4e6ccf8e4f9f6d5068f999ff4 /Test/dafny4/Bug139.dfy.expect
parent0531b8772f4174d807caecc356ecaa41adca8c8c (diff)
Fix issue 139. Allow bound variables in nested case patterns to shadow variables
declared outside the enclosing match.
Diffstat (limited to 'Test/dafny4/Bug139.dfy.expect')
-rw-r--r--Test/dafny4/Bug139.dfy.expect2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/dafny4/Bug139.dfy.expect b/Test/dafny4/Bug139.dfy.expect
new file mode 100644
index 00000000..52595bf9
--- /dev/null
+++ b/Test/dafny4/Bug139.dfy.expect
@@ -0,0 +1,2 @@
+
+Dafny program verifier finished with 3 verified, 0 errors