yes, any type is a class at the end, but there are...
# reflect
u
yes, any type is a class at the end, but there are also types which do not represent classes per se, e.g.:
Copy code
fun <T> foo(t: T): T = …