lib: remove some explicit Object bounds
authorJean Privat <jean@pryen.org>
Thu, 11 Jun 2009 15:42:15 +0000 (11:42 -0400)
committerJean Privat <jean@pryen.org>
Tue, 16 Jun 2009 14:57:55 +0000 (10:57 -0400)
commitf1497edb594dbe22064492e555969812787748e0
tree5c7d70890cc8e8156a73c5a88a6c7e910ddb2226
parent48d0866748f10e30763770e92689bdced41194e0
lib: remove some explicit Object bounds

The default bound for generic formal parameter is already 'Object'.
And soon the default bound will be 'nullable Object'.

Signed-off-by: Jean Privat <jean@pryen.org>
lib/standard/abstract_collection.nit
lib/standard/hash.nit
tests/test_refinement.nit