wollok icon indicating copy to clipboard operation
wollok copied to clipboard

Remove WollokDeclarativeNativeUnaryOperations

Open javierfernandes opened this issue 9 years ago • 0 comments

Not necessary anymore since all objects are WollokObjects and we don't use java objects as runtime representation of basic objects. So the interpreter just needs to do

object.call(symbol)

javierfernandes avatar Dec 15 '15 19:12 javierfernandes