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:
@@ -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