Skip to content

Commit

Permalink
fix inter link
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Sep 5, 2024
1 parent d9cd447 commit f61be8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/2024/09/05/clojure-1-12-0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Qualified methods have value semantics when used in non-invocation positions:
Note: developers must use `Classname/method` and `Classname/.method` syntax to differentiate between static and instance methods.

Qualified method invocations with #26-param-tags-metadata[param-tags] use only the tags to resolve the method. Without param-tags they behave like the equivalent https://clojure.org/reference/java_interop#_the_dot_special_form[dot syntax], except the qualifying class takes precedence over hints of the target object, and over its runtime type when invoked via reflection.
Qualified method invocations with <<clojure-1-12-0#param_tags,`:param-tags`>> use only the tags to resolve the method. Without param-tags they behave like the equivalent https://clojure.org/reference/java_interop#_the_dot_special_form[dot syntax], except the qualifying class takes precedence over hints of the target object, and over its runtime type when invoked via reflection.
Note: Static fields are values and should be referenced without parens unless they are intended as function calls, e.g `(System/out)` should be `System/out`. Future Clojure releases will treat the field's value as something invokable and invoke it.
Expand Down

0 comments on commit f61be8c

Please sign in to comment.