// IntelliJ API Decompiler stub source generated from a class file // Implementation of methods is not available package test public final class EnumWithQuotes public constructor() { internal final class B public constructor() { private final enum class Zoo private constructor() : kotlin.Enum { Bear, `Bear+`, `Polar Bear`, Panda; } } }