a637626601
The existing `KtModifierListOwner.addModifierList(newModifierList)` function adds a visibility keyword (e.g., `private`) in front of the `context(..)` modifier, which generates wrong code. This commit fixes it. ^KTIJ-23728 fixed