Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / bench_random_n_sort.nit
index d1689f6..1e1c5bd 100644 (file)
@@ -32,12 +32,7 @@ redef class Int
 end
 
 class Integer
-       readable writable var _value: Int 
-
-       init
-       do
-               _value = 42
-       end
+       var value: Int = 42
 end
 
 var n = 100