File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Example:
20
20
{:line 329,
21
21
:column 38,
22
22
:file
23
- "/Users/ambrose/Projects/typedclojure-local-dev/delayed-errors/typed/clj.checker/test/ clojure/core/typed/test/symbolic_closures.clj"},
23
+ "clojure/core/typed/test/symbolic_closures.clj"},
24
24
:form 1,
25
25
:data {:expected-type t/Str, :actual-type (t/Val 1)},
26
26
:message
@@ -42,7 +42,7 @@ Example:
42
42
```
43
43
(check-form-info '#(+ 1 "oops"))
44
44
=>
45
- {:delayed -errors
45
+ {:type -errors
46
46
[{:type-error :typed.clojure/app-type-error,
47
47
:env
48
48
{:line 61,
@@ -91,7 +91,7 @@ Example:
91
91
;;with non-trivial :expected-result
92
92
(check-form-info '#(t/ann-form (+ 1 "oops") nil))
93
93
=>
94
- {:delayed -errors
94
+ {:type -errors
95
95
[{:type-error :typed.clojure/app-type-error,
96
96
:env
97
97
{:line 61,
You can’t perform that action at this time.
0 commit comments