Skip to content

Commit f61be8c

Browse files
committed
fix inter link
1 parent d9cd447 commit f61be8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/news/2024/09/05/clojure-1-12-0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Qualified methods have value semantics when used in non-invocation positions:
8989
9090
Note: developers must use `Classname/method` and `Classname/.method` syntax to differentiate between static and instance methods.
9191

92-
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.
92+
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.
9393
9494
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.
9595

0 commit comments

Comments
 (0)