https://kotlinlang.org logo
x

xenoterracide

10/17/2018, 11:07 PM
is there a sugar like [] for maps?
Copy code
public void setCustomTypeMapping(Map<String, String> customTypeMapping) {
so I would write
Copy code
customTypeMapping = ...?