File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ A Symbol is _resolved_:
3131** a static method of the class, then the value is a Clojure function that invokes the static method. (since 1.12)
3232** a `.` prefixing an instance method of the class, then the value is a Clojure function that invokes the instance method. (since 1.12)
3333** `new` , then the value is a Clojure function that invokes the constructor. (since 1.12)
34- * If the qualifier names a class, and the symbol name is:
34+ * If the qualifier names a class or primitive type , and the symbol name is:
3535** `1` -`9` , then the value is the array class whose component type is the qualifier and dimension per the digit. (since 1.12)
3636* Else, it is not qualified and the first of the following applies to the symbol name:
3737. If it names a special form it is considered a special form, and must be utilized accordingly.
You can’t perform that action at this time.
0 commit comments