pep8analysis: add copyright info for viz.js
[nit.git] / tests / bench_random_n_sort.nit
index d1689f6..513e78e 100644 (file)
@@ -32,11 +32,11 @@ redef class Int
 end
 
 class Integer
-       readable writable var _value: Int 
+       var value: Int
 
        init
        do
-               _value = 42
+               value = 42
        end
 end