ursus
09/07/2023, 11:39 AMoverride val promoCodes: Flow<List<PromoCode>>
When Find usages
this, nothing comes up - because it's a override. Search only works on the interface level
.. why is that? is that a setting? was it always like this? I got burned by thisigor.wojda
09/07/2023, 11:44 AMursus
09/07/2023, 11:45 AMSam
09/07/2023, 12:00 PMSam
09/07/2023, 12:03 PMursus
09/07/2023, 12:03 PMSam
09/07/2023, 12:04 PMursus
09/07/2023, 12:04 PMursus
09/07/2023, 12:04 PMoverride suspend fun process(message: BusinessPushMessage): Boolean {
here I cmd click and it worksursus
09/07/2023, 12:05 PMoverride val promoCodes: Flow<List<PromoCode>>
here doesnt .. as if suspend
was the differenceursus
09/07/2023, 12:06 PMvals
ursus
09/07/2023, 12:07 PM