JS: support non-local return from secondary constructor
See KT-14549
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
// TODO enable for JS backend too when KT-14549 will be fixed
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
inline fun run(block: () -> Unit) = block()
|
||||
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user