jwrapper: accept interfaces
[nit.git] / tests / test_ffi_c_callbacks.nit
index b4b7cd5..fee35a5 100644 (file)
@@ -24,7 +24,7 @@ fun call_a_fun import foo `{
        Object_foo(recv);
 `}
 
-fun call_a_constructor import A, A::bar `{
+fun call_a_constructor import A, A.bar `{
        A a = new_A();
        A_bar(a);
 `}