[FIR] Don't report TAILREC_ON_VIRTUAL_MEMBER_ERROR on private declarations

This commit is contained in:
Dmitriy Novozhilov
2022-05-13 16:24:18 +03:00
committed by teamcity
parent 399aaeca9d
commit 67589b1b09
5 changed files with 18 additions and 2 deletions
@@ -100,4 +100,4 @@ interface IrTypeAbbreviation : IrAnnotationContainer {
val typeAlias: IrTypeAliasSymbol
val hasQuestionMark: Boolean
val arguments: List<IrTypeArgument>
}
}