loader: build_module_importation invalidates the mmodule on errors
[nit.git] / lib / a_star.nit
index 0bac578..2cbd7cf 100644 (file)
@@ -116,7 +116,7 @@ class Node
                loop
                        var frontier_node: nullable N = null
 
-                       var bucket_searched: Int = 0
+                       var bucket_searched = 0
 
                        # find next valid node in frontier/buckets
                        loop