Commit 73f94cb
Make sure the clojure.core/bases function always returns a seq.
Previously the function returned a clojure.lang.Cons when passed a class and a Java array when passed an interface. Expanded existing test to show that the changed code is correct.
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>1 parent 9252893 commit 73f94cb
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4918 | 4918 | | |
4919 | 4919 | | |
4920 | 4920 | | |
4921 | | - | |
| 4921 | + | |
4922 | 4922 | | |
4923 | 4923 | | |
4924 | 4924 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
0 commit comments