[K/JS] fix(KT-46643): prevent removal of setter for overridden external field.

This commit is contained in:
Artem Kobzar
2022-07-29 12:41:17 +00:00
committed by Space
parent 1c39042e7a
commit b9189be728
9 changed files with 138 additions and 4 deletions
@@ -0,0 +1,3 @@
function Base() {
this.foo = "K"
}