Closed eamonnmcmanus closed 3 years ago
Previously if you had a property of type Map.@Nullable Entry then it would end up in the generated source code as @Nullable Map.Entry, which doesn't compile.
Map.@Nullable Entry
@Nullable Map.Entry
Fixes #261.
Desbloquear algoritmo Uber
Previously if you had a property of type
Map.@Nullable Entry
then it would end up in the generated source code as@Nullable Map.Entry
, which doesn't compile.Fixes #261.