Matt Thompson
07/13/2022, 4:59 PM@nonnull
directive and the docs seem to indicate that using it on a collection should make both the List
and its type non-null, but what I am currently getting is a non-null list of a nullable type, i.e. items: [Item]
-> val items : List<Item?>
. anything I’m missing?bod
07/13/2022, 5:09 PMMatt Thompson
07/13/2022, 5:19 PMbod
07/13/2022, 5:20 PM