We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20832b commit d125ea3Copy full SHA for d125ea3
src/test/clojure/clojure/tools/analyzer/jvm/core_test.clj
@@ -121,7 +121,7 @@
121
(is (= (list '. Integer (symbol "-MAX_VALUE"))
122
(mexpand Integer/MAX_VALUE)))
123
124
- (is (= 'String/1 (mexpand String/1)))
+ (is (= 'String/1 (mexpand (r/read-string "String/1"))))
125
126
(is (= 'String/.length (mexpand String/.length)))
127
(is (= 'Integer/.intValue (mexpand Integer/.intValue)))
0 commit comments