man: document `--no-stacktrace` and `NIT_NO_STACK` in nitc.1
[nit.git] / tests / error_kern_attr_int.nit
index 5140f70..5a0ea55 100644 (file)
@@ -15,5 +15,5 @@
 # limitations under the License.
 
 redef class Int
-       var _toto: Object
+       var toto: Object
 end