test: convert writable to annotations
[nit.git] / tests / base_virtual_type3.nit
index 6f66799..545092f 100644 (file)
@@ -19,7 +19,7 @@ import base_virtual_type2
 
 class C
        super A
-       var tab: nullable Array[E] writable
+       var tab: nullable Array[E] is writable
        init do end
 end