Remove obsolete TODO about repeatable annotations
^KT-60670
This commit is contained in:
committed by
Space Team
parent
69c97688c0
commit
991a016405
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user