[FIR] Fix ambiguity between Sequence.forEach and Iterable.forEach (with @HidesMembers) ^KT-50776 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
4a200a2d7e
commit
defb0cf611
@@ -142,6 +142,8 @@ object StandardClassIds {
|
||||
val Deprecated = "Deprecated".baseId()
|
||||
val DeprecatedSinceKotlin = "DeprecatedSinceKotlin".baseId()
|
||||
|
||||
val HidesMembers = "HidesMembers".internalId()
|
||||
|
||||
val Retention = "Retention".annotationId()
|
||||
val Target = "Target".annotationId()
|
||||
val Repeatable = "Repeatable".annotationId()
|
||||
|
||||
Reference in New Issue
Block a user