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

This commit is contained in:
Victor Petukhov
2021-02-16 11:48:20 +03:00
parent ec41775d7e
commit baeee8988e
3 changed files with 6 additions and 3 deletions
@@ -13,4 +13,6 @@ private class Test {
internal fun internalMethod() {}
internal val internalProp: String = ""
private tailrec fun privateTailrecMethod() {}
}