Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / base_init_autoinit3.nit
index 37c2cb2..51cb465 100644 (file)
@@ -40,7 +40,7 @@ class E
        noautoinit #alt6#
        #alt6,7# autoinit
        super A
-       var a: A
+       var a: A #alt9#
 end
 
 class F