summaryrefslogtreecommitdiff
path: root/Test/dafny0/RefinementErrors.dfy.expect
diff options
context:
space:
mode:
authorGravatar leino <unknown>2015-07-31 16:43:34 -0700
committerGravatar leino <unknown>2015-07-31 16:43:34 -0700
commita8953bef9bebfaa4afb56a914060360c7453e8b8 (patch)
treeb449f202c8bf184d284aa686480b4c8d9ce59212 /Test/dafny0/RefinementErrors.dfy.expect
parent2b2050060b9eb8cb123af6df942ebebe7fe6d52c (diff)
Allow forall statements in refinements
Diffstat (limited to 'Test/dafny0/RefinementErrors.dfy.expect')
-rw-r--r--Test/dafny0/RefinementErrors.dfy.expect3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/dafny0/RefinementErrors.dfy.expect b/Test/dafny0/RefinementErrors.dfy.expect
index 40cdb081..bac6612d 100644
--- a/Test/dafny0/RefinementErrors.dfy.expect
+++ b/Test/dafny0/RefinementErrors.dfy.expect
@@ -9,4 +9,5 @@ RefinementErrors.dfy(38,13): Error: type parameters are not allowed to be rename
RefinementErrors.dfy(39,23): Error: the type of parameter 'z' is different from the type of the same parameter in the corresponding function in the module it refines ('seq<C>' instead of 'set<C>')
RefinementErrors.dfy(40,9): Error: there is a difference in name of parameter 3 ('k' versus 'b') of function F compared to corresponding function in the module it refines
RefinementErrors.dfy(57,20): Error: a function can be changed into a function method in a refining module only if the function has not yet been given a body: G
-11 resolution/type errors detected in RefinementErrors.dfy
+RefinementErrors.dfy(94,10): Error: refinement method cannot assign to a field defined in parent module ('a')
+12 resolution/type errors detected in RefinementErrors.dfy