``` fun <T> getService(clazz: Class<T...
# announcements
r
Copy code
fun <T> getService(clazz: Class<T>) : T {
        ...
    }
?