src: transform all old writable in annotations
[nit.git] / examples / mnit_dino / src / game_logic.nit
index b148778..1df0119 100644 (file)
@@ -182,7 +182,7 @@ end
 class MovingEntity
        super Entity
 
-       var going_to : nullable GamePos writable = null
+       var going_to : nullable GamePos = null is writable
 
        fun speed : Int is abstract