src/semantize: fixes useless private visibility
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 20:31:04 +0000 (15:31 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 20:31:04 +0000 (15:31 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/semantize/typing.nit

index cdb8ae8..2c58f74 100644 (file)
@@ -178,7 +178,7 @@ private class TypeVisitor
        end
 
 
-       private fun visit_expr_cast(node: ANode, nexpr: AExpr, ntype: AType): nullable MType
+       fun visit_expr_cast(node: ANode, nexpr: AExpr, ntype: AType): nullable MType
        do
                var sub = visit_expr(nexpr)
                if sub == null then return null # Forward error