Skip to content

Commit b8f5f17

Browse files
committed
chore: update docstring
1 parent a9e4c8c commit b8f5f17

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/clojure/clojure/tools/analyzer/passes/jvm/analyze_host_expr.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@
143143
(defn analyze-host-expr
144144
"Performing some reflection, transforms :host-interop/:host-call/:host-field
145145
nodes in either: :static-field, :static-call, :instance-call, :instance-field
146-
or :host-interop nodes, and a :var/:maybe-class/:maybe-host-form node in a
147-
:const :class node, if necessary (class literals shadow Vars).
146+
or :host-interop nodes, a :var/:maybe-class/:maybe-host-form node in a
147+
:const :class node if necessary (class literals shadow Vars), and a
148+
:maybe-host-form node in a :method-value node for qualified methods.
148149
149150
A :host-interop node represents either an instance-field or a no-arg instance-method. "
150151
{:pass-info {:walk :post :depends #{}}}

0 commit comments

Comments
 (0)