Actually, you don't need returnType if all you nee...
# language-proposals
e
Actually, you don't need returnType if all you need is just to get a value. Just do
val value = get.get(...)
. Why would you need a
cast
?