of course, I can use dummy result here, to satisfy...
# announcements
c
of course, I can use dummy result here, to satisfy the inference, but I don't want to, why am I being forced? either of these work for example
Copy code
val result: Any = commandService.execute(command)
commandService.execute<MyCommand, Any>(command)