@kotlin.annotation.Retention @java.lang.annotation.Retention @kotlin.Metadata public annotation class Ann { public abstract method b(): byte public abstract method i(): int public abstract method l(): long public abstract method s(): short } @kotlin.Metadata public final class DivideKt { public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String } @Ann @kotlin.Metadata public final class MyClass { public method (): void }