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
As you can see, no trace of foobar method. Is it possible to enable methods generation?
Anyway, I can suppose that this code will result in a null pointer exception from second call to foobar, since it consumes self, and that's why I think it's related to #3
The text was updated successfully, but these errors were encountered:
Probably connected to #3, let's say I have this code:
It generates this typescript:
As you can see, no trace of
foobar
method. Is it possible to enable methods generation?Anyway, I can suppose that this code will result in a null pointer exception from second call to
foobar
, since it consumes self, and that's why I think it's related to #3The text was updated successfully, but these errors were encountered: