@kotlin.Metadata
public final class AnnotationCtorCallNoSyntheticKt {
    // source: 'annotationCtorCallNoSynthetic.kt'
    public final static @Foo(bar=Bar) method box(): void
}

@java.lang.annotation.Retention(value=RUNTIME)
@kotlin.Metadata
public annotation class Bar {
    // source: 'annotationCtorCallNoSynthetic.kt'
}

@java.lang.annotation.Retention(value=RUNTIME)
@kotlin.Metadata
public annotation class Foo {
    // source: 'annotationCtorCallNoSynthetic.kt'
    public abstract method bar(): Bar
}
