Revert "[all-open] Don't affect private declarations to change their modality to open"

This reverts commit baeee8988e.
This commit is contained in:
Victor Petukhov
2021-09-27 10:22:08 +03:00
parent 80312789b2
commit c3773d14bb
3 changed files with 3 additions and 6 deletions
@@ -13,6 +13,4 @@ private class Test {
internal fun internalMethod() {}
internal val internalProp: String = ""
private tailrec fun privateTailrecMethod() {}
}