mattn / anko

Scriptable interpreter written in golang
http://play-anko.appspot.com/
MIT License
1.47k stars 118 forks source link

Call pointer receiver method in struct passed by value. #354

Closed ipsusila closed 1 year ago

ipsusila commented 1 year ago

An attempt to fix issue #351

mattn commented 1 year ago

Thank you. Could you please add test?

ipsusila commented 1 year ago

Thank you. Could you please add test?

Just add test cases with struct's instance passed to VM as pointer and value types.

mattn commented 1 year ago

Thank you