Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / error_super_none.nit
index aeddbd9..605adfd 100644 (file)
@@ -21,3 +21,6 @@ class A
                super
        end
 end
+
+var a = new A
+a.foo