I have a type (that, in this case, represents return type of a method), and it is of the form List[Int] (for example).
I know that the type carries that information, because toString results in the proper value, but how can I extract that type? I tried .typeSymbol, but that loses all type information altogether.