[FIR] Remove obsolete for loop in FirConflictsDeclarationChecker
This commit is contained in:
committed by
Space Team
parent
45c5fd7a2d
commit
159d89b7af
-4
@@ -97,10 +97,6 @@ object FirConflictsDeclarationChecker : FirBasicDeclarationChecker() {
|
||||
FirPackageMemberScope(file.packageFqName, context.sessionHolder.session)
|
||||
}
|
||||
inspector.collectTopLevel(file, packageMemberScope)
|
||||
for (topLevelDeclaration in file.declarations) {
|
||||
if (topLevelDeclaration is FirErrorProperty || topLevelDeclaration is FirErrorFunction) continue
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user