@java.lang.annotation.Retention public annotation class A { public abstract method value(): java.lang.String } public final class ConstValInAnnotationDefaultKt { public final static @org.jetbrains.annotations.NotNull field z: java.lang.String public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String } @A public final class Test { public method (): void }