FIR: check multiple vararg param and forbidden vararg type

This commit is contained in:
Tianyu Geng
2021-02-22 18:24:46 -08:00
committed by Mikhail Glukhikh
parent 0e9474342d
commit bdeecfc188
22 changed files with 130 additions and 83 deletions
@@ -29,6 +29,7 @@ object CommonDeclarationCheckers : DeclarationCheckers() {
override val functionCheckers: Set<FirFunctionChecker> = setOf(
FirContractChecker,
FirFunctionNameChecker,
FirFunctionParameterChecker,
)
override val propertyCheckers: Set<FirPropertyChecker> = setOf(