Idea gives me on `awaitExecutes` "Cannot use T as ...
# announcements
d
Idea gives me on
awaitExecutes
"Cannot use T as reified type parameter. Use a class instead." What does this mean, and how can I still use callMethod<Int>(...) to get an Int?