Hello!
I wonder if there’s a way to access the default value of a type while parsing the AST.
I’m building a gem to translate types into other structures and having the default value would help.
I second that - it would be great to know what (if any) default value is defined for given type. In my case, it’s as simple as being able to tell if it’s defined or not but getting the actual value might be handy as well. Thanks!