Closed
Description
For native function written in C (using the native keyword on the VM) it is not possible to invoke private methods. When a native method is invoked it seems logical that it is operating inside the library from which it is invoked and it should be possible to invoke private functions in that same library.