Remove obsolete TODO about repeatable annotations

^KT-60670
This commit is contained in:
Roman Efremov
2023-08-03 16:30:45 +02:00
committed by Space Team
parent 69c97688c0
commit 991a016405
@@ -43,7 +43,6 @@ object AbstractExpectActualAnnotationMatchChecker {
val expanded = actualSymbol.expandToRegularClass() ?: return null
return areAnnotationsCompatible(expectSymbol, expanded)
}
// TODO(Roman.Efremov, KT-58551): properly handle repeatable annotations
// TODO(Roman.Efremov, KT-58551): check other annotation targets (constructors, types, value parameters, etc)
// TODO(Roman.Efremov, KT-58551): fix actual typealias class members not checked in FE checkers
// TODO(Roman.Efremov, KT-58551): check annotations on fake overrides in case of implicit actualization