coloring: replace static bound of OrderedSet[nullable Object] with Object
authorAlexandre Terrasa <alexandre@moz-code.org>
Sat, 8 Dec 2012 23:11:30 +0000 (18:11 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Sat, 8 Dec 2012 23:11:30 +0000 (18:11 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/coloring.nit

index a0dcae8..0867294 100644 (file)
@@ -1319,7 +1319,7 @@ end
 # Utils
 
 # An ordered set
-class OrderedSet[E]
+class OrderedSet[E: Object]
        super Array[E]
 
        init do end