man: document `--no-stacktrace` and `NIT_NO_STACK` in nitc.1
[nit.git] / tests / error_ref_attr.nit
index dbee0ba..3022e6d 100644 (file)
@@ -17,5 +17,5 @@
 import module_simple
 
 redef class C
-       redef var _a: Int
+       redef var a: Int
 end