We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bbb4c commit 96a138bCopy full SHA for 96a138b
elsa-analyser.el
@@ -116,7 +116,8 @@ The BINDING should have one of the following forms:
116
- place ; initial is nil
117
- (place) ; initial is nil
118
- (place initial-value)"
119
- (let* ((annotation (oref binding annotation))
+ (let* ((annotation (when (elsa-form-p binding)
120
+ (oref binding annotation)))
121
(annotation-type (and annotation
122
(elsa--make-type (nth 2 annotation)))))
123
(cond
0 commit comments