nitc: fix calling extern constructors from extern code in separate compiler
[nit.git] / tests / error_attr_assign.nit
index 64afb68..173d9b5 100644 (file)
@@ -15,8 +15,8 @@
 # limitations under the License.
 
 class A
-       attr _toto: Int
-       meth m
+       var toto: Int
+       fun m
        do
                _toto = 't'
        end