contracts: change the contract syntax
[nit.git] / tests / error_spe_attr.nit
index 5570921..00e43b6 100644 (file)
@@ -21,3 +21,6 @@ class B
        super A
        redef var a: Object = 2
 end
+
+var b = new B
+b.a.output