FIR: introduce delegate diagnostics
This commit adds diagnostics for the following * DELEGATE_SPECIAL_FUNCTION_MISSING * DELEGATE_SPECIAL_FUNCTION_AMBIGUITY * DELEGATE_SPECIAL_FUNCTION_NONE_APPLICABLE
This commit is contained in:
committed by
Mikhail Glukhikh
parent
454ae3b17a
commit
b5caa658d6
+3
-1
@@ -50,7 +50,9 @@ object CommonDeclarationCheckers : DeclarationCheckers() {
|
||||
FirConstPropertyChecker,
|
||||
FirPropertyAccessorChecker,
|
||||
FirPropertyTypeParametersChecker,
|
||||
FirPropertyAccessorChecker,FirInitializerTypeMismatchChecker
|
||||
FirPropertyAccessorChecker,
|
||||
FirInitializerTypeMismatchChecker,
|
||||
FirDelegatedPropertyChecker,
|
||||
)
|
||||
|
||||
override val classCheckers: Set<FirClassChecker>
|
||||
|
||||
Reference in New Issue
Block a user