src: make AUnaryopExpr abstract
authorJean Privat <jean@pryen.org>
Fri, 7 Aug 2015 15:25:27 +0000 (11:25 -0400)
committerJean Privat <jean@pryen.org>
Fri, 7 Aug 2015 15:25:27 +0000 (11:25 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/parser/parser_nodes.nit

index 06a18a2..1f6362a 100644 (file)
@@ -2189,7 +2189,7 @@ class AAmpExpr
 end
 
 # A unary operation on a method
-class AUnaryopExpr
+abstract class AUnaryopExpr
        super ASendExpr
 
        # The operator