uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

Show the messages that an object understands #290

Open npasserini opened 8 years ago

npasserini commented 8 years ago

It would be nice to be able to to something like:

objectInspector.messages(anObject)

and return a list containing the messages that the object understands.

fdodino commented 4 years ago

Related to https://github.com/uqbar-project/wollok-language/issues/38