blob: 9b6eddf163c82566b861cbfab9c91f23b4e8658a [file]
MyRepeatableAnnotation.class:
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
@kotlin.annotation.Repeatable public final annotation class MyRepeatableAnnotation public constructor(index: kotlin.Int) : kotlin.Annotation {
public final val index: kotlin.Int /* compiled code */
}
RepeatableAnnotation.class:
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
public final class RepeatableAnnotation public constructor() {
@MyRepeatableAnnotation public final class ClassWithOneRepeatableAnnotation public constructor() {
}
@MyRepeatableAnnotation @MyRepeatableAnnotation public final class ClassWithTwoRepeatableAnnotations public constructor() {
}
@MyRepeatableAnnotation @MyRepeatableAnnotation @MyRepeatableAnnotation public final class ClassWithThreeRepeatableAnnotations public constructor() {
}
}