Tensegritics / ClojureDart

Clojure dialect for Flutter and Dart
1.44k stars 91 forks source link

type params not resolved in fields on deftype #250

Open dupuchba opened 1 year ago

dupuchba commented 1 year ago
(deftype #/(SlottedRenderObjectElement S)
  [^#/(Map S String) slot-to-chid]
)

will throw

valerauko commented 1 year ago

I think I saw a similar issue with trying to hint defrecord fields as well