Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 18, 2023
1 parent 0c32608 commit f66ef3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/java_interop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ toc::[]
== Class access

[%hardbreaks]
**Classname[$InnerClass](*+)?**
**Classname[$InnerClass]pass:[`*`*]**

Symbols representing class names are resolved to the Class instance. Inner or nested classes are separated from their outer class with a `$`. Fully-qualified class names are always valid. If a class is import`ed in the namespace, it may be used without qualification. Array classes end in 1 or more pass:[*]'s, one per dimension. Array classes only may also have a primitive component, e.g. `pass:[long*]`.

Expand Down

0 comments on commit f66ef3f

Please sign in to comment.