Closed javierfernandes closed 8 years ago
It shows them as JVM exceptions with the whole java stack trace
Example to reproduce in REPL
val a = object { method toString() = "a" } ma.foo()
That will show a huge stack instead of the wollok stack.
Fixed
Other two cases
It shows them as JVM exceptions with the whole java stack trace
Example to reproduce in REPL
That will show a huge stack instead of the wollok stack.