You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello maoabc , 1 st thx you for this insane project , i have a question how we can hide also init and cinit constructor , in the doc you said not for them , but its possible to hide them via config mapping , or simply not possible ?
thx per advanced of your answer.
The text was updated successfully, but these errors were encountered:
<init> and <clinit> cannot be nativeized. If you must do this, you can
extract some instructions to generate a method similar to myinit0, and then
convert myinit0 to native, and the <init> method calls myinit0. But this is
somewhat difficult, so it is not implemented.
Hello maoabc , 1 st thx you for this insane project , i have a question how we can hide also init and cinit constructor , in the doc you said not for them , but its possible to hide them via config mapping , or simply not possible ?
thx per advanced of your answer.
The text was updated successfully, but these errors were encountered: