summaryrefslogtreecommitdiff
path: root/src/cli/runtime/IArray.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/runtime/IArray.cs')
-rw-r--r--src/cli/runtime/IArray.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/IArray.cs b/src/cli/runtime/IArray.cs
index 7171740b..736d1679 100644
--- a/src/cli/runtime/IArray.cs
+++ b/src/cli/runtime/IArray.cs
@@ -13,7 +13,7 @@ using System;
namespace clojure.lang
{
-public interface IArray : IPersistentCollection {
+public interface IArray : IPersistentCollection, Associative {
int length();
Object nth(int i);