Guest User

Untitled

a guest
May 27th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. [java] FAIL in (test-annotations) (test_clojure.clj:92)
  2. [java] Parameter annotations: void foo(@Retention(?) String)
  3. [java] expected: (instance? Retention retention)
  4. [java] actual: $Proxy2
  5. [java]
  6. [java] FAIL in (test-annotations) (test_clojure.clj:92)
  7. [java] Parameter annotations: void foo(@Target(?) String)
  8. [java] expected: (instance? Target target)
  9. [java] actual: $Proxy1
  10. [java]
  11. [java] ERROR in (test-annotations) (test_clojure.clj:92)
  12. [java] Parameter annotations: void foo(@Target(?) String)
  13. [java] expected: (= [ElementType/TYPE ElementType/PARAMETER] (seq (.value target)))
  14. [java] actual: java.lang.IllegalArgumentException: Don't know how to create ISeq from: java.lang.annotation.RetentionPolicy
Add Comment
Please, Sign In to add comment