tests: remove some very-old useless tests
[nit.git] / tests / rterror_null_receiver.nit
index 481973b..c38c385 100644 (file)
@@ -15,9 +15,9 @@
 # limitations under the License.
 
 import kernel
-
 class A
-       readable writable var _foo: Int = 1
+       var foo: Int = 1
+       var _foo: Int = 2
 end
 
 var a: nullable A = null