Czar
02/04/2019, 8:49 AMof(a, b, c)
, where of
was a static import of ImmutableList.of
, ImmutableSet.of
etc.
You always had to look at the imports to understand the code.
Arguably that's a naming/misunderstood intention problem though, Google Collections' team obviously intended *.of
not to be statically imported.natpryce
02/04/2019, 9:30 AMCzar
02/04/2019, 11:24 AMof(1,2,3)
in Java will happily commit the same atrocity in Kotlinnatpryce
02/04/2019, 12:14 PM