syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / base_virtual_type7.nit
index f426cab..bde4a77 100644 (file)
@@ -19,7 +19,7 @@ import kernel
 class A
        type E: F
        type F: E
-       readable writable attr _e: E
+       readable writable var _e: nullable E = null
        init do end
 end