JS: fix translation of return statement surrounded by finally block. Temporarily suppress corresponding test case for JVM backend
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
// Does not work in JVM backend, probably due to bug. It's not clear which behaviour is right.
|
||||
// TODO: fix the bug and enable for JVM backend
|
||||
// TARGET_BACKEND: JS
|
||||
|
||||
class Controller {
|
||||
var result = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user