Consider the following code:
class Foo(var name: String = \"bar\")
Now i try to get the value and the correct type of it via reflection:
AFAIK, reflection always work with Object, and you have to cast the results yourself.