Prepare Nit code for inherited and automatic constructors.
[nit.git] / tests / base_virtual_type.nit
index 9f1023a..23a4b2b 100644 (file)
@@ -19,7 +19,7 @@ import kernel
 class A
        type E: T
        
-       readable writable attr _e: E
+       readable writable attr _e: E = null
 end
 
 class B