We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8365848 commit 09d3220Copy full SHA for 09d3220
src/test/clojure/cljs/externs_infer_tests.clj
@@ -377,15 +377,16 @@
377
(infer-test-helper
378
{:forms '[(ns test.foo
379
(:import [goog.history Html5History]))
380
-
381
(set! *warn-on-infer* true)
382
383
(doto (Html5History.)
384
(.setUseFragment false))]
385
:warnings ws
386
:warn true
387
:with-core? true}))]
388
- (is (empty? @ws))))
+ (is (empty? @ws))
+ ;; TODO:
+ ;; test that the ctor returns the expected type in a let
389
+ ))
390
391
(comment
392
(binding [ana/*cljs-ns* ana/*cljs-ns*]
0 commit comments