blob: a0817f74228e8b9edb592dd80fd9a7a71283a54c [file]
@<error>()
public final class StringWrapper /* pack.StringWrapper*/ {
@org.jetbrains.annotations.NotNull()
private final @org.jetbrains.annotations.NotNull() java.lang.String s;
@org.jetbrains.annotations.NotNull()
public static final @org.jetbrains.annotations.NotNull() pack.StringWrapper.Companion Companion;
@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 getS();// getS()
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()
public static final class Companion /* pack.StringWrapper.Companion*/ {
@<error>()
public final void regularStaticFunction();// regularStaticFunction()
private Companion();// .ctor()
public final int getRegularStaticVariable();// getRegularStaticVariable()
public final void setRegularStaticVariable(int);// setRegularStaticVariable(int)
}
}