``` fun <T> typed(): T { // get type of ...
# announcements
t
Copy code
fun <T> typed(): T {
    // get type of T
}