From 854acf0f7f5aa105500c6d0ee0fcf0d4c918a81e Mon Sep 17 00:00:00 2001 From: qunyanm Date: Sat, 14 Nov 2015 14:50:26 -0800 Subject: Fix issue 94. Allow tuple-based assignment in statement contexts. --- Test/dafny4/Bug94.dfy.expect | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Test/dafny4/Bug94.dfy.expect (limited to 'Test/dafny4/Bug94.dfy.expect') diff --git a/Test/dafny4/Bug94.dfy.expect b/Test/dafny4/Bug94.dfy.expect new file mode 100644 index 00000000..6b337d5a --- /dev/null +++ b/Test/dafny4/Bug94.dfy.expect @@ -0,0 +1,6 @@ + +Dafny program verifier finished with 9 verified, 0 errors +Program compiled successfully +Running... + +15 \ No newline at end of file -- cgit v1.2.3