enso/engine/runtime-with-polyglot/src/test
Hubert Plociniczak ae3f9025e3
Invoke instance methods for Any overrides (#6441)
This change modifies method dispatch for methods that override Any's definitions. When an overrided method is invoked statically we call Any's method to stay consistent.
This change primarily addresses the plethora of problems related to `to_text` invocations. It does not attempt to completely modify method dispatch logic.

Closes #6300.
2023-04-28 07:18:37 +00:00
..
java/org/enso/interpreter/test Two findExceptionMessage methods to extract exception messages consistently (#5684) 2023-02-20 11:27:16 +00:00
scala/org/enso/interpreter/test/instrument Invoke instance methods for Any overrides (#6441) 2023-04-28 07:18:37 +00:00