Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / base_virtual_type2.nit
index af6da5c..5f86a26 100644 (file)
@@ -19,7 +19,7 @@ import kernel
 class A
        type E: T
        
-       var e: nullable E writable = null
+       var e: nullable E = null is writable
 end
 
 class B