``` fun <T> foo(par: T.type) { ... a...
# announcements
i
Copy code
fun <T> foo(par: T.type) {
    ...
    a is par
}