@kotlin.Metadata public final class CompanionObjectInEnumKt { public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String } @kotlin.Metadata public enum class Game { public final static field Companion: Game.Companion public final static field PAPER: Game public final static field ROCK: Game public final static field SCISSORS: Game private final static @org.jetbrains.annotations.NotNull field bar: Game private final static @org.jetbrains.annotations.NotNull field scissors: Game private final static @org.jetbrains.annotations.NotNull field values2: Game[] inner class Game/Companion protected method (p0: java.lang.String, p1: int): void public static method valueOf(p0: java.lang.String): Game public static method values(): Game[] } @kotlin.Metadata public final static class Game/Companion { inner class Game/Companion private method (): void public final @org.jetbrains.annotations.NotNull method foo(): Game public final @org.jetbrains.annotations.NotNull method getBar(): Game public final @org.jetbrains.annotations.NotNull method getScissors(): Game public final @org.jetbrains.annotations.NotNull method getValues2(): Game[] }