You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make @SubclassOptInRequired accept multiple experimental markers
[2/5] Update SubclassOptInRequired argument type
Previously, @SubclassOptInRequired could not accept multiple
experimental markers and did not allow repeating the annotation.
This change allows the marker to be passed as a vararg.
^KT-70562 in progress
final val markerClass // kotlin/SubclassOptInRequired.markerClass|{}markerClass[0]
289
-
final fun <get-markerClass>(): kotlin.reflect/KClass<out kotlin/Annotation> // kotlin/SubclassOptInRequired.markerClass.<get-markerClass>|<get-markerClass>(){}[0]
289
+
final fun <get-markerClass>(): kotlin/Array<out kotlin.reflect/KClass<out kotlin/Annotation>> // kotlin/SubclassOptInRequired.markerClass.<get-markerClass>|<get-markerClass>(){}[0]
290
290
}
291
291
292
292
open annotation class kotlin/Suppress : kotlin/Annotation { // kotlin/Suppress|null[0]
0 commit comments