summaryrefslogtreecommitdiff
path: root/Test/hofs/ResolveError.dfy.expect
diff options
context:
space:
mode:
authorGravatar leino <unknown>2014-08-13 00:42:38 -0700
committerGravatar leino <unknown>2014-08-13 00:42:38 -0700
commit9f24fd54271e0e70aba494905416f58ff0348c7c (patch)
tree3d059a0abd1f71a4d99387e261ae2829e1bf2262 /Test/hofs/ResolveError.dfy.expect
parent7456be76add1e5d52001657df80d0e3cb00d5065 (diff)
parentbc4e2c251a29902d7421f313aa3c55ba203d1608 (diff)
Merge
Diffstat (limited to 'Test/hofs/ResolveError.dfy.expect')
-rw-r--r--Test/hofs/ResolveError.dfy.expect14
1 files changed, 14 insertions, 0 deletions
diff --git a/Test/hofs/ResolveError.dfy.expect b/Test/hofs/ResolveError.dfy.expect
new file mode 100644
index 00000000..acc01b73
--- /dev/null
+++ b/Test/hofs/ResolveError.dfy.expect
@@ -0,0 +1,14 @@
+ResolveError.dfy(7,11): Error: the number of left-hand sides (1) and right-hand sides (2) must match for a multi-assignment
+ResolveError.dfy(8,11): Error: the number of left-hand sides (1) and right-hand sides (2) must match for a multi-assignment
+ResolveError.dfy(21,6): Error: LHS of assignment must denote a mutable field
+ResolveError.dfy(31,16): Error: arguments must have the same type (got int and bool)
+ResolveError.dfy(32,12): Error: cannot apply arguments with types int,int to expression with type int -> int
+ResolveError.dfy(33,12): Error: cannot apply arguments with types bool to expression with type int -> int
+ResolveError.dfy(34,13): Error: incorrect type of function argument 0 (expected int, got bool)
+ResolveError.dfy(35,25): Error: arguments must have the same type (got bool and int)
+ResolveError.dfy(36,13): Error: wrong number of function arguments (got 2, expected 1)
+ResolveError.dfy(37,13): Error: incorrect type of function argument 0 (expected int, got bool)
+ResolveError.dfy(38,22): Error: arguments must have the same type (got set<object> and int)
+ResolveError.dfy(39,13): Error: wrong number of function arguments (got 2, expected 1)
+ResolveError.dfy(49,9): Error: condition is expected to be of type bool, but is () -> bool
+13 resolution/type errors detected in ResolveError.dfy