Add default values for some primitive type attributes.
[nit.git] / tests / bench_complex_sort.nit
index 7ebe0f1..b86f796 100644 (file)
@@ -89,7 +89,7 @@ special AbstractSorter[Elt]
                _is_val1 = not _is_val1
        end
        
-       attr _is_val1: Bool
+       attr _is_val1: Bool = false
 
        init do end
 end