Also, what means `T : Any` here: `fun addFunction(...
# getting-started
m
Also, what means
T : Any
here:
fun addFunction(func: (T : Any)->Unit)
? Behaves like Any, syntactically confuses.