blob: 4e625e3b05c64511c229bcdf3a45de64faac95a5 [file]
public final class ConstructorWithInlineContextParameter /* ConstructorWithInlineContextParameter*/ {
public ConstructorWithInlineContextParameter(@org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() java.lang.String);// .ctor(@org.jetbrains.annotations.NotNull() java.lang.String)
}
public final class ConstructorWithInlineContextParameterAndJvmOverloads /* ConstructorWithInlineContextParameterAndJvmOverloads*/ {
@<error>()
public ConstructorWithInlineContextParameterAndJvmOverloads(@org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() java.lang.String);// .ctor(@org.jetbrains.annotations.NotNull() java.lang.String)
}
public enum Foo /* Foo*/ {
A,
B;
private final int x;
@org.jetbrains.annotations.NotNull()
public @org.jetbrains.annotations.NotNull() java.lang.String toString();// toString()
public final int getX();// getX()
}
public final class InlineInheritance /* InlineInheritance*/ implements I {
private final int v;
@java.lang.Override()
public int getX();// getX()
@java.lang.Override()
public int y();// y()
public final int getV();// getV()
}
public final class InlinedDelegate /* InlinedDelegate*/<T> {
private T node;
@org.jetbrains.annotations.NotNull()
public @org.jetbrains.annotations.NotNull() java.lang.String toString();// toString()
public boolean equals(@org.jetbrains.annotations.Nullable() @org.jetbrains.annotations.Nullable() java.lang.Object);// equals(@org.jetbrains.annotations.Nullable() java.lang.Object)
public final T getNode();// getNode()
public final void setNode(T);// setNode(T)
public int hashCode();// hashCode()
}
public final class UInt /* UInt*/ {
private final int value;
@org.jetbrains.annotations.NotNull()
public @org.jetbrains.annotations.NotNull() java.lang.String toString();// toString()
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()
}