From d3c778854c2dc792a2dfbd9c5b05d667d18fb4c4 Mon Sep 17 00:00:00 2001 From: qunyanm Date: Wed, 4 Nov 2015 16:27:42 -0800 Subject: Fix issue 104. Use ResolvedExpression to compute subexpressions for DatatypeUpdateExpr if ResovedExpression is not null. --- Test/dafny4/Bug104.dfy.expect | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Test/dafny4/Bug104.dfy.expect (limited to 'Test/dafny4/Bug104.dfy.expect') diff --git a/Test/dafny4/Bug104.dfy.expect b/Test/dafny4/Bug104.dfy.expect new file mode 100644 index 00000000..1cc43cbf --- /dev/null +++ b/Test/dafny4/Bug104.dfy.expect @@ -0,0 +1,3 @@ +Bug104.dfy(10,7): Warning: datatype update syntax D[f := E] is deprecated; the new syntax is D.(f := E) + +Dafny program verifier finished with 2 verified, 0 errors -- cgit v1.2.3