man: document `--no-stacktrace` and `NIT_NO_STACK` in nitc.1
[nit.git] / tests / error_attr_2def.nit
index 497cd8e..e10ed39 100644 (file)
@@ -15,6 +15,6 @@
 # limitations under the License.
 
 class A
-       var _toto: Int
-       var _toto: Object
+       var toto: Int
+       var toto: Object
 end