y
08/26/2025, 11:37 AMCannot invoke "java.util.Map.get(Object)" because the return value of foo() is null
very naively: foo()
is a Kotlin function which returns List<Bar>
, so under what conditions could it even return null?Huib Donkers
08/26/2025, 12:03 PMy
08/26/2025, 6:10 PMHuib Donkers
08/26/2025, 6:59 PM