I was reading through some JMockit examples and found this code:
final List actualItems = new ArrayList<~>();
What d
In IntelliJ IDEA, the ~ here:
~
Set associations = new LinkedHashSet<~>();
means String, which is the same as in the declaration on the left side.
String