opendylan icon indicating copy to clipboard operation
opendylan copied to clipboard

define constant doesn't infer types

Open cgay opened this issue 6 years ago • 0 comments

define constant foo = make(<foo>); should be able to infer that foo is of type <foo> but instead it currently gives it type <object>.

cgay avatar Feb 01 '19 02:02 cgay