// FIR_IDENTICAL // FULL_JDK // !LANGUAGE: +RepeatableAnnotations //import java.lang.annotation.* typealias Rep = java.lang.annotation.Repeatable @Rep(RepeatableAnnotationContainer::class) annotation class RepeatableAnnotation annotation class RepeatableAnnotationContainer @RepeatableAnnotation class Annotated