Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

also note you could alter the MetaClass per object (set .class field) to alter behavior per instance! You can ask about meta object now:

Code Block

println(32.class); // emits <int>

To avoid strange bugs, you can only add not override/alter behavior.