FIR checker: make FirFunctionNameChecker a subclass of FirSimpleFunctionChecker
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
d7cae63cb0
commit
3f4fa7eb98
+4
-1
@@ -29,10 +29,13 @@ object CommonDeclarationCheckers : DeclarationCheckers() {
|
||||
|
||||
override val functionCheckers: Set<FirFunctionChecker> = setOf(
|
||||
FirContractChecker,
|
||||
FirFunctionNameChecker,
|
||||
FirFunctionParameterChecker,
|
||||
)
|
||||
|
||||
override val simpleFunctionCheckers: Set<FirSimpleFunctionChecker> = setOf(
|
||||
FirFunctionNameChecker
|
||||
)
|
||||
|
||||
override val propertyCheckers: Set<FirPropertyChecker> = setOf(
|
||||
FirInapplicableLateinitChecker,
|
||||
FirDestructuringDeclarationChecker,
|
||||
|
||||
Reference in New Issue
Block a user