I’m using a java library with a method of the form...
# announcements
i
I’m using a java library with a method of the form
T method(Class<T> cls)
- is there a way to add an wrapping extension method of the form
fun method<T>() : T
?