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