Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / test_ffi_c_callbacks.nit
index b4b7cd5..f84ac24 100644 (file)
@@ -21,10 +21,10 @@ end
 fun foo do print "foo"
 
 fun call_a_fun import foo `{
-       Object_foo(recv);
+       Sys_foo(self);
 `}
 
-fun call_a_constructor import A, A::bar `{
+fun call_a_constructor import A, A.bar `{
        A a = new_A();
        A_bar(a);
 `}