public enum Foo /* Foo*/ { ; @org.jetbrains.annotations.NotNull() public static @org.jetbrains.annotations.NotNull() @org.jetbrains.annotations.NotNull() Foo[] values();// values() @org.jetbrains.annotations.NotNull() public static @org.jetbrains.annotations.NotNull() Foo valueOf(java.lang.String) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;// valueOf(java.lang.String) public final int getX();// getX() } public final class InlineInheritance /* InlineInheritance*/ { public final int getV();// getV() public int getX();// getX() public int y();// y() } public final class InlinedDelegate /* InlinedDelegate*/ { public final T getNode();// getNode() } public final class UInt /* UInt*/ { }