Closed dupuchba closed 1 year ago
should be easy to fix
(def broken (fn [^#/(Set List) ss] (let [v (.lookup ss "key")] (.-first! "val"))))
- 'List' is from 'dart:core'. Try accessing using ?. instead. v$1.first=setval$1; ^^^^^ Try again after fixing the above error(s).
It's this TODO coming back to haunt us 👻
fixed by https://github.com/Tensegritics/ClojureDart/commit/bffa571bc29f5492fba27e57a891b52671f02512
should be easy to fix