Why does the README show <~>
as a Java ligature?
#1582
schuelermine
started this conversation in
General
Replies: 1 comment 1 reply
-
It's an IntelliJ IDEA code-folding ligature for Java generics. IntelliJ uses it to indicate that the generic is the same as the left hand side type declaration. Clicking the tilde reveals the type actually written in the source code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I’m aware that’s not Java syntax.
Beta Was this translation helpful? Give feedback.
All reactions