update NOTICE and LICENSE
[nit.git] / tests / test_coll.nit
index 26bcc87..f0b3fdc 100644 (file)
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-fun 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}")