| public final class Another /* Another*/ { |
| @<error>() |
| private Another(@org.jetbrains.annotations.NotNull() java.lang.String, int, @org.jetbrains.annotations.NotNull() java.lang.String);// .ctor(@org.jetbrains.annotations.NotNull() java.lang.String, int, @org.jetbrains.annotations.NotNull() java.lang.String) |
| } |
| |
| public final class RegularClass /* RegularClass*/ { |
| @org.jetbrains.annotations.NotNull() |
| private @org.jetbrains.annotations.NotNull() java.lang.String classProp; |
| |
| @org.jetbrains.annotations.NotNull() |
| private @org.jetbrains.annotations.NotNull() java.lang.String classPropImplicit; |
| |
| @<error>() |
| private RegularClass(int, @org.jetbrains.annotations.NotNull() java.lang.String);// .ctor(int, @org.jetbrains.annotations.NotNull() java.lang.String) |
| |
| @org.jetbrains.annotations.NotNull() |
| public final @org.jetbrains.annotations.NotNull() java.lang.String classFunInImplicitReturn();// classFunInImplicitReturn() |
| |
| @org.jetbrains.annotations.NotNull() |
| public final @org.jetbrains.annotations.NotNull() java.lang.String getClassPropImplicit();// getClassPropImplicit() |
| |
| public final void setClassPropImplicit(@org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() java.lang.String);// setClassPropImplicit(@org.jetbrains.annotations.NotNull() java.lang.String) |
| } |
| |
| public abstract interface RegularInterface /* RegularInterface*/ { |
| } |
| |
| @<error>() |
| public final class Some /* Some*/ { |
| @org.jetbrains.annotations.NotNull() |
| private final @org.jetbrains.annotations.NotNull() java.lang.String value; |
| |
| @org.jetbrains.annotations.NotNull() |
| public @org.jetbrains.annotations.NotNull() java.lang.String toString();// toString() |
| |
| @org.jetbrains.annotations.NotNull() |
| public final @org.jetbrains.annotations.NotNull() java.lang.String getValue();// getValue() |
| |
| public boolean equals(@org.jetbrains.annotations.Nullable() @org.jetbrains.annotations.Nullable() java.lang.Object);// equals(@org.jetbrains.annotations.Nullable() java.lang.Object) |
| |
| public int hashCode();// hashCode() |
| } |