Don't report TAILREC_ON_VIRTUAL_MEMBER on private opened functions instead of leaving private members final by allopen plugin

^KT-48117 Fixed
This commit is contained in:
Victor Petukhov
2021-09-27 10:55:04 +03:00
parent c3773d14bb
commit 3530840da3
4 changed files with 11 additions and 6 deletions
@@ -13,4 +13,6 @@ private class Test {
internal fun internalMethod() {}
internal val internalProp: String = ""
private tailrec fun privateTailrecMethod() {}
}