FIR checker: report KClass with incorrect type argument
This commit is contained in:
committed by
Mikhail Glukhikh
parent
bc2228d434
commit
7fff4108b6
+1
@@ -70,6 +70,7 @@ object CommonDeclarationCheckers : DeclarationCheckers() {
|
||||
)
|
||||
|
||||
override val fileCheckers: Set<FirFileChecker> = setOf(
|
||||
FirKClassWithIncorrectTypeArgumentChecker,
|
||||
FirTopLevelFunctionsChecker,
|
||||
FirTopLevelPropertiesChecker,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user