// Anno.class
// ------------------------------------------
public final annotation class Anno : kotlin/Annotation {

  // signature: <init>()V
  public constructor()

  // module name: test-module
}
// AnnotationTargetAllKt.class
// ------------------------------------------
package {

  // field: y:I
  // getter: getY()I
  // setter: setY(I)V
  // synthetic method for annotations: getY$annotations()V
  @Anno
  @field:Anno
  public final var y: kotlin/Int
    @Anno
    public final get
    public final /* non-default */ set(@Anno value: kotlin/Int)

  // module name: test-module
}
// META-INF/test-module.kotlin_module
// ------------------------------------------
module {
  package <root> {
    AnnotationTargetAllKt
  }
}
