Revert "[all-open] Don't affect private declarations to change their modality to open"
This reverts commit baeee8988e.
This commit is contained in:
@@ -13,6 +13,4 @@ private class Test {
|
||||
|
||||
internal fun internalMethod() {}
|
||||
internal val internalProp: String = ""
|
||||
|
||||
private tailrec fun privateTailrecMethod() {}
|
||||
}
|
||||
Reference in New Issue
Block a user