[FIR] Get rid of FirTypedDeclaration
`FirTypedDeclaration` has only one inheritor (`FirCallableDeclaration`), so there is no much sense to keep this class
This commit is contained in:
committed by
teamcity
parent
ae0ce57b2c
commit
5a3b397552
+1
-1
@@ -23,7 +23,7 @@ object FirProjectionRelationChecker : FirBasicDeclarationChecker() {
|
||||
return
|
||||
}
|
||||
|
||||
if (declaration is FirTypedDeclaration) {
|
||||
if (declaration is FirCallableDeclaration) {
|
||||
checkTypeRef(declaration.returnTypeRef, context, reporter)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user