Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / test_ffi_c_more_callbacks.nit
index 1b927aa..9c1e991 100644 (file)
@@ -22,7 +22,7 @@ module test_ffi_c_more_callbacks
 `}
 
 class A
-       var a: Int
+       var a: Int is noautoinit
        init do a = 1234
        init alt(i: Int) do a = i
        fun to_i: Int do return a