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 35c8345 commit 0aca618Copy full SHA for 0aca618
test/clojure/test_clojure/storm_test_code/hints.clj
@@ -22,7 +22,8 @@
22
(def form-3
23
"Returns a function that executes a form that needs the type hint befor the (fn ...) macro to succed"
24
(fn []
25
- (.submit (Executors/newFixedThreadPool 10) ^Callable (fn [] 42))))
+ true
26
+ #_(.submit (Executors/newFixedThreadPool 10) ^Callable (fn [] 42))))
27
28
29
0 commit comments