X-Git-Url: http://nitlanguage.org diff --git a/tests/test_coll.nit b/tests/test_coll.nit index 606e1ef..f0b3fdc 100644 --- a/tests/test_coll.nit +++ b/tests/test_coll.nit @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -meth test_coll(c: IndexedCollection[Object], e: Object...) +fun test_coll(c: Sequence[Object], e: Object...) do print("c: {c.to_s.is_empty}") print("empty: {c.is_empty}")