public interface A { public abstract @org.jetbrains.annotations.NotNull method test(): java.lang.String } public interface B { public abstract @org.jetbrains.annotations.NotNull method test(): java.lang.String } public interface C public final class Kt3546Kt { public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String } public final class MyClass { private final @org.jetbrains.annotations.NotNull field value: C public method (@org.jetbrains.annotations.NotNull p0: C): void public final @org.jetbrains.annotations.NotNull method getValue(): C public @org.jetbrains.annotations.NotNull method test(): java.lang.String } public final class Z { private final @org.jetbrains.annotations.NotNull field param: java.lang.String public method (@org.jetbrains.annotations.NotNull p0: java.lang.String): void public final @org.jetbrains.annotations.NotNull method getParam(): java.lang.String public @org.jetbrains.annotations.NotNull method test(): java.lang.String }