FIR checker: Report WRONG_MODIFIER_TARGET for suspend on
non-functional types.
This commit is contained in:
committed by
TeamCityServer
parent
9a4742c08d
commit
b88913af1d
+1
@@ -95,6 +95,7 @@ object CommonDeclarationCheckers : DeclarationCheckers() {
|
||||
FirKClassWithIncorrectTypeArgumentChecker,
|
||||
FirTopLevelFunctionsChecker,
|
||||
FirTopLevelPropertiesChecker,
|
||||
FirSuspendOnInvalidTypeChecker,
|
||||
)
|
||||
|
||||
override val controlFlowAnalyserCheckers: Set<FirControlFlowChecker>
|
||||
|
||||
Reference in New Issue
Block a user