opendylan
opendylan copied to clipboard
define constant doesn't infer types
define constant foo = make(<foo>); should be able to infer that foo is of type <foo> but instead it currently gives it type <object>.