Prepare Nit code for inherited and automatic constructors.
[nit.git] / src / compiling / compiling_global.nit
index 6eb0998..b2c6931 100644 (file)
@@ -23,7 +23,7 @@ private import syntax
 
 # Something that store color of table elements
 class ColorContext
-       attr _colors: HashMap[TableElt, Int]
+       attr _colors: HashMap[TableElt, Int] = null
 
        # The color of a table element.
        meth color(e: TableElt): Int